It provides a platform for users to stream their favourite music and make playlists according to curate the perfect song experience
- Clone the repository
- Through the terminal and go to the backend folder and run
npm install
- In the backend folder , provide your mongoDB password as an env
- Run
npm install
there as well - Run
npm start
in frontend andnode index
in backend