https://github.com/laruss/flask_template
https://github.com/laruss/flask_template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/laruss/flask_template
- Owner: laruss
- Archived: true
- Created: 2023-08-22T22:21:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T17:41:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T00:51:28.667Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About
This is a template for flask app with base MVC structure with basic API blueprint and some utils.
## Installation
```bash
pip install -r requirements.txt
```