Skip to content

This is a Node.js project that utilizes MongoDB as its database. The project allows users to perform CRUD (create, read, update, delete) operations on a MongoDB database using a RESTful API.

Notifications You must be signed in to change notification settings

pacosta613/nodejs-mongodb-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-mongodb-utility

This is a Node.js project that utilizes MongoDB as its database. The project allows users to perform CRUD (create, read, update, delete) operations on a MongoDB database using a RESTful API.

To use add the db folder to your project and require it.

Update .config/db.js to the path of your db

You'll need to add your mongodb url and collection name to the db.js file.

var url = "mongodb://localhost:27017/your-db-name";
var collectionName = "your-collection-name";

Then require the module in your project and pass in the url and collection name.

About

This is a Node.js project that utilizes MongoDB as its database. The project allows users to perform CRUD (create, read, update, delete) operations on a MongoDB database using a RESTful API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published