Best Listens
Best Listens is a social music rating app where you and your friends can rate songs and see what your community rates popular songs.
Pre-requisites
Ensure you have Docker Desktop downloaded and open to connect containers and images
Start the app using Docker
Within the root directory, use the following command to start the applications:
$ docker-compose up
Ensure that docker desktop is running
Runs the app in the dockerized mode.
Open http://localhost:3000 to view it in the browser.
Starts the following containers in order:
- postgres
- musicMicroservice
- userMicroservice
- feedMicroservice
- front-end
Test the app
Login details for test user
username: tester
password: Water123
After logging in, the feed will generate with the most recent ratings of the followers you follow.