Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 1.64 KB

README.md

File metadata and controls

67 lines (50 loc) · 1.64 KB

PlayPal

forthebadge
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
  1. Make Directory
mkdir project
cd project
  1. Clone the Repository
git clone https://github.com/lugnitdgp/PlayPal.git
  1. Change directory
cd PlayPal
  1. Start MongoDB
sudo service mongod start
  1. Check Status
sudo service mongod status
  1. Launch App by
node app.js

App hosted at

http://localhost:3000/