Create a frontend / backend application that will simulate a Media Player
- User should be able to upload sounds file from their PC
- User should be able to view all his uploaded files as a list
- User should be able to select one file and playback it in realtime
Have to deliver as much as I can in an 8 hour deadline
git clone https://github.com/isengartz/acc-interview-assignment.gitcd ~/path_to_dir/acc-interview-assignment/cd backend/ && npm install && cp .env.example .env && npm startcd frontend/ && npm install && cp .env.example .env && npm start
💥 SOS: 💥 I will provide all the .env variables for the project in the email