If you clone this repo you will need to npm install
It may also good practice to do this after a major feature update.
npm start - for production we are running in node
npm run dev - for development we are running nodemon
Is MongoDB running? Check with $ brew services list
To start MongoDB brew services start mongodb