Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sreevardhanreddi/flask_backend_boilerplate
- Owner: sreevardhanreddi
- Created: 2020-01-10T03:44:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T02:53:59.000Z (over 3 years ago)
- Last Synced: 2024-10-11T23:22:15.890Z (about 1 month ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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```