Proof of concept application for playing with Python and other technologies (like Websockets), as part of the PyBCN 2021 event
make <command>List of available commands:
runbuild application containers and run with dev server (runs all new db migrations)buildbuild application containersadminadd superuserstopstop application and all its containersdbinitialize application databasemigrategenerate database migration fileupgradeapply latest database migration filesmerge-headsgenerate database migration file for heads mergingbashopen bash shell inside app containertestrun all teststest file=path/to/tests.py::some_testrun separate dir/module/test
make runMay ask for superuser rights (for Docker)
Swagger is available after running server (http://localhost:5000/docs/)