Skip to content

isengartz/acc-interview-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media Player Assignment

Assignment

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

Deploy

  • git clone https://github.com/isengartz/acc-interview-assignment.git
  • cd ~/path_to_dir/acc-interview-assignment/
  • cd backend/ && npm install && cp .env.example .env && npm start
  • cd frontend/ && npm install && cp .env.example .env && npm start

💥 SOS: 💥 I will provide all the .env variables for the project in the email

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors