# flask development server # . venv/bin/activate export FLASK_APP=formy export FLASK_RUN_PORT=5432 export FLASK_DEBUG=true flask run --host=0.0.0.0