JukeBoard is essentially a digital soundboard that runs on a web application. You can upload your own audio files and play them at the press of a button.
- Prequisite Installs
- The latest LTS version of Node.js and npm
- Preferably an install of create-react-app
- Clone this git repository
- Navigate install all packages
cd app_node npm i cd ../app_react npm i
- Run the back-end server
cd app_node nodemon index.js - While the back-end server is running, run the front-end server
cd app_react npm run start - Open your browser at http://localhost:3000/ and that will start you with the home page
Post hackathon updates!
[ ] Adding the CRUD functionality!