git clone https://github.com/Express-Loan-for-Students-E-L-S/ELS-Backend-SBIServer.git
This module is distributed via [npm][npm] which is bundled with [node][node] and should be installed as one of your project's
dependencies
:
npm install
The project is using MongoDB so in order to set it up you need to add the Mongo URL to your enviornment variables
Create a .env file in root of this directory and add following to the file
MONGOURL={Your MongoDB url}
node index.js
The server will run on default port 8080, to specify a different port add 'PORT' to the enviornment variables