You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run mongod as a background process... mongod --dbpath /path/to/my/mongodata --fork --logpath /path/to/my/mongod.log
Get MongoDB up and running: mongod --dbpath C:\Users\bhollin1\Documents\Developer\Learning_Node.js\nodetest2\data
Connect to MongoDB: mongo
Switch to new database: use nodetest2
About
Here is a quick project I put together at work to get familiar with using MongoDB and Node.js in web app. Nothing too flashy, but it was a useful technology to learn.