Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sreevardhanreddi/flask_backend_boilerplate

this is a boilerplate for flask app
https://github.com/sreevardhanreddi/flask_backend_boilerplate

Last synced: 20 days ago
JSON representation

this is a boilerplate for flask app

Awesome Lists containing this project

README

        

# flask_backend_boilerplate

```
├── Pipfile
├── Pipfile.lock
├── requirements.txt
├── app.py
├── auth
│   ├── __init__.py
│   ├── forms.py
│   ├── models.py
│   └── views.py
├── chapters_verses
│   ├── __init__.py
│   ├── forms.py
│   ├── models.py
│   └── views.py
└── config.py

```