Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 441 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 441 Bytes

Branches (3)

  • main (Flask and MongoDB Setup)
  • models_via_marshmallow (Flask with Models, Serializers, Views, MonogDB and Marshmallow Setup)
  • flask_mongo_big_app_structure (Flask APIs with MongoDB as Big Application Structure Setup)

Commands to run app (Docker)

docker compose up --build

ctrl + c (to stop/exit the docker container)

docker compose down (to remove the docker container)