Build Flask App ·
Set up a modern flask web server by running one command.
Installing / Getting started
pip install build-flask-app
Usage
build-flask-app
Running The Application
- For flask development server.
bash bootDev.sh dev
- For gunicorn server.
bash bootDev.sh prod