⚠️ This documentation will get you started and will run the example from the root project directory, i.e.app.py
. The numbered directories will provide small applications to run a CRUD API using mongo DB and containers, each number increment will either add, modify or refactor the code from the previous application.
Follow this guide to run the hello world app in the root directory. This will guide on running this application natively (host) or inside containers.
-
Setup the environment to develop with
MongoDB
: Setup MongoDB for development -
Develop and run a
CRUD
API: CRUD API -
Setup
CRUD
application environment for development with Docker containers: Running your application with containers -
Test
CRUD
applications in this repository with several methods, but mostly withPostman
: Testing Mongo CRUD API -
For quick MongoDB commands cheat sheet: MongoDB Shell (mongosh) Cheat Sheet
-
Running the examples: HOWTO: Run subprojects