Skip to content

A music recommender web application built using the MERN stack.

License

Notifications You must be signed in to change notification settings

kartika-nair/MusicAppMERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Recommender System

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).

Folders

  • Authentication: includes #, #, and the landing page
  • Music: includes featured playlists, new releases, search, and recommendations

Screenshots

  • #:

  • #:

  • Landing Page (Dashboard):

  • Featured Playlists:

  • New Releases:

  • Search:

  • Recommendations:

  • Playing Music:

Installation

To clone the repository, open terminal and type:

git clone https://github.com/kartika-nair/MusicRecommender.git

Execution of Code

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

Team Members

About

A music recommender web application built using the MERN stack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published