A basic MERN stack web application that recommends albums to the user based on the genre(s) they choose. This project was done for the subject "Web Technologies" (UE19CS204).
- Authentication: includes #, #, and the landing page
- Music: includes featured playlists, new releases, search, and recommendations
- #:
- #:
- Landing Page (Dashboard):
- Featured Playlists:
- New Releases:
- Search:
- Recommendations:
- Playing Music:
To clone the repository, open terminal and type:
git clone https://github.com/kartika-nair/MusicRecommender.git
Open 2 terminals.
In terminal 1:
cd Authentication
npm i
cd client
npm i
cd ..
npm run dev
In terminal 2:
cd Music
npm i
npm start