/PlayPal

app for finding songs later to be added to a playlist where they will be playable

Primary LanguageJavaScriptMIT LicenseMIT

PlayPal

forthebadge
Join the chat at https://gitter.im/NIT-dgp/General

GSoC Heat 2021
forthebadge forthebadge forthebadge forthebadge

An app for finding songs later to be added to a playlist where they will be playable

Contribution guidelines

Kindly follow contributing.md, if you want to lend a hand in making this project better.

Build Setup

Requirements:

  • 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/v-rohan/PlayPal.git

#Change directory
cd PlayPal

#Start MongoDB
sudo service mongod start
#Check Status
sudo service mongod status

#Launch App by
node app.js

#App hosted at 
http://localhost:3000/