Skip to content

Express-Loan-for-Students-E-L-S/ELS-Backend-SBIServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Loans Backend Bank Server

Installation and Setup Instructions

Clone the latest version of this repository.

git clone https://github.com/Express-Loan-for-Students-E-L-S/ELS-Backend-SBIServer.git

Installation

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

Setup Enviornment Variables:

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}

To Start Server:

node index.js

The server will run on default port 8080, to specify a different port add 'PORT' to the enviornment variables

About

This is dummy State Bank of India Server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published