/mongoose-user

Primary LanguageJavaScript

Mongoose with Express

Using mongoose with express

Setup

  • Clone repo
  • Run yarn to install dependencies
  • Run yarn start to serve the app

Pre-requisites

A running mongo db server

  1. Run mongodb server: mongod --port 2701
  2. If you use another port or want to update settings, update config/development.json with your configuration. This is a convict configuration format.