Skip to content

This is a PoC (prove of convept) of implementing a MongoDB repository

Notifications You must be signed in to change notification settings

ravellaneda79/MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB

This is a PoC (prove of convept) of implementing a MongoDB repository

Use the MongoDB docker

Use the following docker commands to make it run:

Get the docker image:

docker pull mongo

Rrun the image and expose default MongoDB port:

docker run --name mongodb -v mongodata:/data/db -d -p 27017:27017 mongo

If the docker is stoped in any moment, start it again with:

docker start mongodb

About

This is a PoC (prove of convept) of implementing a MongoDB repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages