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
- Run mongodb server:
mongod --port 2701
- If you use another port or want to update settings, update
config/development.json
with your configuration. This is a convict configuration format.