- express
- mongodb
- mongoose
- nodemon
- babel-cli
- babel-preset-env
- babel-preset-stage-0
- Robo 3T
- Mongo runs on port 27017
Run manually as a background process
mongod --config /usr/local/etc/mongod.conf --fork
Stop with
pkill mongod
or run as a MacOS service:
brew services start mongodb-community@4.4
brew services stop mongodb-community@4.4
mongo