Skip to content

ksetyadi/Nodejs---MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

Example use of NodeJS and MongoDB

Intruction:

To run the script, you can type:

$ node node_mongo.js

You can always see the data changes by using MongoDB. To start MongoDB on your local server, run it as a daemon:

$ sudo mongodb

and then run the MongoDB console:

$ mongo

You will then be given a MongoDB prompt.

About

A simple Nodejs script to connect to MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published