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

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. 🐍

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
'''
```