Simple Music Library and Player
Download Docker Desktop for Mac or Windows. Docker Compose will be automatically installed. On Linux, make sure you have the latest version of Compose.
Run in this directory:
docker-compose up
The backend api will be running at http://localhost:8080
Try visiting http://localhost:8080/status to test.
Any changes you make to inside the server
directory will restart the backend server.
- Error handling middleware for express
- Class for handling Song Retrieval
- Class for handling MetaData Retrieval
- Tests