Skip to content

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

Notifications You must be signed in to change notification settings

crushr3sist/SuperiorPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published