Skip to content

tejasgowdaki/loan-server

Repository files navigation

loan-server

Node server app with express.js and mongoDb as database

node - 12.14.0
mongoDb - 4.0.13

Create .env

NODE_ENV=development
PORT=4000
DB_URL="mongodb://localhost:27017/db_name"
MSG_91_SENDER_ID="sms sender id for msg91"
MSG_91_AUTH_KEY="sms auth key for msg91"
SECRET_KEY="secret 64 bit key"

About

node server app for loan application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published