Skip to content

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.

Notifications You must be signed in to change notification settings

brianHollingsworth/MongoDB_and_Node.js

Repository files navigation

"# Learning_Node.js"

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published