Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crushr3sist/SuperiorPattern

The Superior Pattern for Flask for Highly scalable structure to produce enterprise level applications
https://github.com/crushr3sist/SuperiorPattern

design enterprise flask pattern scalable

Last synced: about 1 month ago
JSON representation

The Superior Pattern for Flask for Highly scalable structure to produce enterprise level applications

Awesome Lists containing this project

README

        

# SuperiorPattern : https://youtu.be/hm88wBpJb88
```py
H:
|
| main.py
| README.md
|
+---App
| | config.py
| | __init__.py
| |
| +---components
| | | __init__.py
| | |
| | +---Authentication
| | | | models.py
| | | | views.py
| | | |
| | | \---templates
| | | login.html
| | | register.html
| | |
| | \---index
| | | models.py
| | | views.py
| | | __init__.py
| | |
| | \---templates
| | todo.html
| |
| +---extension_globals
| | cookies.py
| | database.py
| | __init__.py
| |
|
\---instance
database.sqlite
```