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

https://github.com/devdungeon/python-flask-template

Application template for Python Flask web applications
https://github.com/devdungeon/python-flask-template

Last synced: 3 months ago
JSON representation

Application template for Python Flask web applications

Awesome Lists containing this project

README

          

# Python Flask Template

## Setup

Install the Python dependencies needed from `requirements.txt`.

```bash
pip install -r requirements.txt
```

## Run the app

You can run the app directly by executing `app.py`.

```bash
python app.py
```