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

https://github.com/aliyevh/flask_template

Flask Template
https://github.com/aliyevh/flask_template

boilerplate-template flask template

Last synced: about 1 month ago
JSON representation

Flask Template

Awesome Lists containing this project

README

          

### Flask project Template ###

```python
Focus on project :)

# git
git@github.com:AliyevH/flask_template.git

# https
https://github.com/AliyevH/flask_template.git

```

```bash
.
├── Dockerfile
├── README.md
├── app
│   ├── __init__.py
│   ├── decorators.py
│   ├── errors.py
│   ├── models.py
│   └── routes.py
├── core
│   ├── __init__.py
│   └── settings
│   ├── __init__.py
│   ├── base.py
│   ├── development.py
│   └── production.py
├── requirements.txt
├── service.py
├── tests
│   ├── pytest.ini
│   └── test_other.py
└── uwsgi.ini

4 directories, 17 files
```