Skip to main content

Build Flask App is an excellent open source command-line tool for beginners, which allows you to setup and run modern flask web servers efficiently by running a single command.

Project description

Build Flask App Logo

Build Flask App · PRs Welcome GitHub license

Set up a modern flask web server by running one command.


Installing / Getting started

pip install -i https://test.pypi.org/simple/ build-flask-app==0.0.8

Usage

build-flask-app

Running The Application

cd YOUR_APP_NAME
export FLASK_APP=YOUR_APP_NAME
export FLASK_ENV=development
flask run

Running The Application As Package

cd YOUR_APP_NAME
export FLASK_APP=YOUR_APP_NAME
export FLASK_ENV=development
pip install -e .
flask run

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

build-flask-app-0.0.3.tar.gz (6.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page