Skip to content

igrodrigues/Calendario-NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install and run the MongoDB for this application *assuming Docker is already installed*

Docker Image: mongo:4.0.4
    > docker pull mongo:4.0.4
Docker Container:  
    > docker run -d -p 27017:27017 -v mongodata:/data/db --rm --name mongo-container mongo:4.0.4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published