Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kushagrabainsla/build-flask-app
- Owner: Kushagrabainsla
- License: mit
- Created: 2021-07-04T11:14:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T10:04:54.000Z (over 3 years ago)
- Last Synced: 2024-10-15T19:20:51.755Z (3 months ago)
- Topics: build-flask-app, command-line-tool, flask, heroku, mongodb, pypi-package, python, python3, socket-communication, socket-io, sqlalchemy
- Language: Python
- Homepage: https://pypi.org/project/build-flask-app/
- Size: 2.02 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)