Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 228 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 228 Bytes

Final Project

To run mongod as a MacOS service:

$ brew services start mongodb-community

To run MongoDB manually as a background process, issue the following:

mongod --config /usr/local/etc/mongod.conf --fork