Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crushr3sist/SuperiorPattern
- Owner: crushr3sist
- Created: 2023-01-17T08:41:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T05:43:23.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:08:43.204Z (5 months ago)
- Topics: design, enterprise, flask, pattern, scalable
- Language: Python
- Homepage: https://youtu.be/hm88wBpJb88
- Size: 16.6 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - crushr3sist/SuperiorPattern - The Superior Pattern for Flask for Highly scalable structure to produce enterprise level applications (Python)
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
```