https://github.com/91ahmed/structflask
Modular framework built on top of Flask, designed to provide an organized mvc structure to streamline the development of web applications with python. 🐍
https://github.com/91ahmed/structflask
flask flask-sqlalchemy pyhon python-flask-framework
Last synced: 16 days ago
JSON representation
Modular framework built on top of Flask, designed to provide an organized mvc structure to streamline the development of web applications with python. 🐍
- Host: GitHub
- URL: https://github.com/91ahmed/structflask
- Owner: 91ahmed
- Created: 2023-12-01T11:25:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T17:55:11.000Z (4 months ago)
- Last Synced: 2025-01-10T18:54:05.844Z (4 months ago)
- Topics: flask, flask-sqlalchemy, pyhon, python-flask-framework
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
StructFlask is a modular framework built on top of Flask, designed to provide an organized mvc structure to streamline the development of web applications.
### Components
```python
'''
Python: v3.10.5
PiP: v23.3.1
Flask: v2.1.3
Jinja2: v3.1.2
SQLAlchemy: v2.0.23
psycopg2: v2.9.9
'''
```