Skip to content

vnprc/mongotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mongotest

This is a simple project that plays around with mongoDB a little bit. It creates some test data, runs some simple calculations, and updates a record.

To run it, you will need to have MongoDB installed and running https://www.mongodb.org/ Then follow these steps.

first clone the repo:

build the jar:

  • cd mongotest
  • mvn clean install

and run it:

  • java -jar target/mongodb_example-1.0.0-jar-with-dependencies.jar mongotest.MainClass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages