An app for finding songs later to be added to a playlist where they will be playable
Kindly follow contributing.md, if you want to lend a hand in making this project better.
-
NodeJS
-
npm
-
Mongodb
- The database used in the app is MongoDB, so it must be configured on you local machine. Follow the guide if you dont have MongoDB installed
#Make Directory
mkdir project
cd project
#Clone the Repository
git clone https://github.com/harshith331/PlayPal.git
#Change directory
cd PLALIST-APP
#Start MongoDB
sudo service mongod start
#Check Status
sudo service mongod status
#Launch App by
node app.js
#App hosted at
http://localhost:3000/