Demo client deployment repository here.
Tuneful is a music recommendation platform. Users are allowed to create an account with Google and login with Spotify, or continue in incognito (guest) mode. Spotify integration allows users to get baseline recommendations and modify existing playlists.
To run locally, clone the repository and follow the directions below:
cd client
npm install
npm run start
In another shell:
cd server
mvn package
./run
A full of list commands are below:
Command | Action |
---|---|
npm run start |
Start the server |
npm run build |
Build a production version |
npm run test |
Run the test suite |
Command | Action |
---|---|
./run |
Start the server |
mvn package |
Build a production version |