Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 400 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 400 Bytes

Dream Journal Back End

If you clone this repo you will need to npm install It may also good practice to do this after a major feature update.

Production

npm start - for production we are running in node

Development

npm run dev - for development we are running nodemon

MongoDb

Is MongoDB running? Check with $ brew services list To start MongoDB brew services start mongodb