Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 956 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 956 Bytes

riffly

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.


Setup

  1. Clone the repository: git clone https://github.com/notvalproate/riffly.git
  2. Navigate to the client folder: cd client
  3. Install the packages needed: npm i && npm i -g @angular/cli
  4. Serve the angular files: ng s
  5. Navigate to the server folder: cd ../server
  6. Install the packages needed: npm i
  7. Create a .env file and set the env variables as specified in .env.example correctly: touch .env OR notepad .env
  8. Start the node server: npm run dev OR npm run start
  9. Open your browser and go to: http://localhost:4200