Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 215 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 215 Bytes

Steps to follow

  1. Create .env file in root folder.
MONGO_USER=<mongoDbUsername>
MONGO_PASSWORD=<mongoDbPassword>
MONGO_PATH=localhost:27017
MONGODB_DATABASE=mongoDbName
PORT=5000
  1. Lastly yarn start