Skip to content

Kushagrabainsla/build-flask-app

Repository files navigation

Build Flask App Logo

Build Flask App ·

Python PyPI PyPI downloads PRs Welcome GitHub license

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

Steps