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:
run
build application containers and run with dev server (runs all new db migrations)build
build application containersadmin
add superuserstop
stop application and all its containersdb
initialize application databasemigrate
generate database migration fileupgrade
apply latest database migration filesmerge-heads
generate database migration file for heads mergingbash
open bash shell inside app containertest
run all teststest file=path/to/tests.py::some_test
run separate dir/module/test
make run
May ask for superuser rights (for Docker)
Swagger is available after running server (http://localhost:5000/docs/)