Skip to content

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

License

Notifications You must be signed in to change notification settings

harshith331/PlayPal

Repository files navigation

PlayPal

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

GSoC Heat 2020
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/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/

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published