RESTful API for the application Watcheroo
This application is developed using Javascript, Node.js, Express.js, MongoDB , and Socket.IO
-
clone this repository to your device
-
add config.env file to the config folder with the prefered:
-
Port (PORT)
-
Mongo DB (MONGO_URI)
-
Test Mongo-DB (MONGO_TEST_URI)
-
Json Web Token Secret (JWT_SECRET)
npm install
node server.js