You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #242, we may bring the mongodb up as a container.
Currently, we need to setup locally our mongo db on local to be able to run it. It’s quite complex for some beginners. Therefore we need to bring the thing in docker too.
Create a Dockerfile for mongoDB
write a script, or docker compose to bring up the mongodb, setting up with dummy data
Bring up our app cointainer, connecting with the DB
The text was updated successfully, but these errors were encountered:
Description
After #242, we may bring the mongodb up as a container.
Currently, we need to setup locally our mongo db on local to be able to run it. It’s quite complex for some beginners. Therefore we need to bring the thing in docker too.
docker compose
to bring up the mongodb, setting up with dummy dataThe text was updated successfully, but these errors were encountered: