riffly.me is an open source platform to discover new music, glance at your Spotify statistics, make friends and recommend songs!
This project is a part of my 6th semester Minor Project. Team members include me, Aravind Sooryakant and Kunal L.
- Clone the repository:
git clone https://github.com/notvalproate/riffly.git - Navigate to the client folder:
cd client - Install the packages needed:
npm i && npm i -g @angular/cli - Serve the angular files:
ng s - Navigate to the server folder:
cd ../server - Install the packages needed:
npm i - Create a .env file and set the env variables as specified in
.env.examplecorrectly:touch .envORnotepad .env - Start the node server:
npm run devORnpm run start - Open your browser and go to:
http://localhost:4200