A simple Music Recommender system built using Collaborative filtering and Spotify API.
- MERN (MongoDB, Express, React, Node)
- Bootstrap 4.0
Feel free to contribute if you like it 😊
- run
npm installin both client and server directories
- Terminal 1:
MusicBolt>cd server
MusicBolt/server>npm start - Terminal 2:
MusicBolt>cd client
MusicBolt/client>npm start
Latest tracks from various artists fetched thorugh Spotify API

Tracks added to favourites list by user
Based on similar users, tracks are recommended to user
Search any song / artist / album across countries or languages

