Skip to content

Karska-dev/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

blog

MongoDB, Express.js, React.js, Node.js

Front end server

npm start http://localhost:3000/

Back end server

npm start http://localhost:8000/

MongoDB

To run MongoDB (i.e. the mongod process) as a macOS service, issue the following:

brew services start mongodb-community@4.4

To stop a mongod running as a macOS service, use the following command as needed:

brew services stop mongodb-community@4.4

To run MongoDB (i.e. the mongod process) manually as a background process, issue the following:

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

To stop a mongod running as a background process, connect to the mongod from the mongo shell, and issue the shutdown command as needed.

About

MongoDB, Express.js, React.js, Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published