Skip to content

Instantly share code, notes, and snippets.

View ricardoorfao's full-sized avatar
:shipit:

Ricardo Órfão ricardoorfao

:shipit:
View GitHub Profile
@diogodilcl
diogodilcl / large.md
Last active January 14, 2021 15:50
Large Application flask
~/LargeApp                      # Name of Application
    |__ /app                    # Our Application Module
        |__ /common
           |-- database.py
           |-- __init__.py
        |-- /example           # Module like album, song, video ...
            |-- __init__.py
            |-- views.py
 |-- models.py