Skip to content

navneetlal/simple-express-typescript

Repository files navigation

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