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

https://github.com/m4p4/flask-starter-project

A clean flask starter project with config.py file instead .env
https://github.com/m4p4/flask-starter-project

flask-application flask-starter flask-template

Last synced: 3 months ago
JSON representation

A clean flask starter project with config.py file instead .env

Awesome Lists containing this project

README

        

# Flask starter project

This project use a config.py file instead of an .env file.

#### To run use following command:

```
flask run
```