Python3 example repos with Flask, SQLAlchemy and Docker.
In development mode, run the following command to start the server:
./start.shIn case of production, use Docker !
DEBUG: Set toTrueto enable debug mode.DB_HOST: Database host.DB_PORT: Database port.DB_USER: Database user.DB_PASSWORD: Database password.DB_PROJECT: Database name.