/demo-express-server

Reference Express Server Implementation with Mongodb

Primary LanguageJavaScript

Components

Setting Env variables

Source local-env.sh on shell prompt before running app.

Variables required:

  • MONGO_URI (Dbaas)
  • SEND_GRID_API (STMP Service)
  • SESSION_SECRET (Session store)

Running the app

source local-env.sh
npm start