This app lets users find recommendations of songs based off the mood they are going for. It also lets them share recommendations of songs that makes them feel a certain way.
- Clone the git repository by copying the repo url and putting
git clone <url>on their command line npm installto install all the necessary dependencies to run the project- To start the react application, go to the repo's
front-enddirectory and putnpm start - To start the back-end application, go the repo's
back-enddirectory and putnode index.js