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

https://github.com/remarkablemark/flask-template

A quickstart Flask template.
https://github.com/remarkablemark/flask-template

flask template

Last synced: 2 months ago
JSON representation

A quickstart Flask template.

Awesome Lists containing this project

README

          

# flask-template

A quickstart [Flask](https://flask.palletsprojects.com/) template.

### Install

Clone the repository:

```sh
git clone https://github.com/remarkablemark/flask-template.git
cd flask-template
```

Install the dependencies:

```sh
pip install -r requirements.txt # you may need `sudo`
```

### Run

Run the app:

```sh
FLASK_APP=app.py flask run
```

### License

[MIT](LICENSE)