Skip to content

amrit3701/Trello-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To spin up a local database, use the following command:

docker run -p 27017:27017 --rm --name trello-clone-mongodb -v ~/path/to/data/data:/data/db mongo:latest