Skip to content

hiddenstar1000/mongodb-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mongodb-crud

Simple main class demonstrate crud operations using java mongodb driver.

A helper class is created to do all the operations.

Steps (For Linux)

  1. Download mongodb - http://www.mongodb.org/downloads
  2. Unzip to a location where programs exist.
  3. Create a /data and /data/db directories.
  4. Give all permissions to these directories.
  5. Start mongodb using "mongod" command which can be found under MONGODB_HOME/bin.
  6. Get the project using "git clone" command.
  7. Import the project to intellij idea and run the main class.

About

Simple main class demonstrate crud operations using java mongodb driver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%