A portal made for the Music Club of BIT Mesra which is used for recommending songs to a Band for performances according to their needs. It is also used for booking day to day slots of the music room.
-
As a music club member, booking a slot in the music room of our college is quite a cumbersome process. In order to make the process more convenient, this portal was made.
-
A song recommender is added which can be used by the bands or musical groups to get songs that suits there needs.
- Node.js - For the server side functioning of the portal.
- Spotify Web API - For getting the list of songs according to the options.
- Material Dashboard Dark Edition - For the front end.
Cloning the repository
git clone https://github.com/ygyash/dhwani-portal.git
cd dhwani-portal
npm install
Starting the server on port 5000
npm start