Skip to content

dbrewster/august-yoda

Repository files navigation

Installing mongo locally

brew install mongodb-atlas-cli
brew install mongosh
brew install mongodb-compass
brew install podman

Add the following to your .env file:

cat >>.env<<EOL

MONGO_CONNECTION_STR=mongodb://localhost:27017/?directConnection=true
MONGO_DATABASE=august-sf1
EOL

and to start the mongo service

atlas deployments setup

choose local installation with custom configuration. Change to use the 6.0 release.

to delete a local installation use

atlas deployments delete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors