Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kushagrabainsla/build-flask-app

Set up a modern flask web server by running one command.
https://github.com/kushagrabainsla/build-flask-app

build-flask-app command-line-tool flask heroku mongodb pypi-package python python3 socket-communication socket-io sqlalchemy

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Build Flask App Logo

# Build Flask App ·
![Python](https://img.shields.io/badge/Language-Python-blue?style=flat&logo=python)
[![PyPI](https://img.shields.io/badge/-PyPI%20Official-green?style=flat&logo=python)](https://pypi.org/project/build-flask-app/)
[![PyPI downloads](https://img.shields.io/pypi/dm/build-flask-app.svg)](https://pypistats.org/packages/build-flask-app)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/Kushagrabainsla/build-flask-app/blob/main/LICENSE)

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


## Installing / Getting started

```shell
pip install build-flask-app
```

## Usage

```shell
build-flask-app
```

## Running The Application

* For flask development server.

```shell
bash bootDev.sh dev
```


* For gunicorn server.

```shell
bash bootDev.sh prod
```


![Steps](https://raw.githubusercontent.com/Kushagrabainsla/build-flask-app/main/assets/steps.gif)