Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 372 Bytes

Portal Backend

Node Installation Guide

Mongo DB
sudo apt-get install mongodb-org
sudo systemctl start mongod
Prerequisites
Install [node.js](https://nodejs.org)).

npm install pm2
Install Dependancies
npm install.
Start Import of snapshot
npm run import
Start API
pm2 start worbli-api --watch