Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 633 Bytes

schema.md

File metadata and controls

25 lines (25 loc) · 633 Bytes

. ├── app │ ├── init.py │ ├── dependencies.py │ ├── main.py │ ├── database │ ├── init.py │ ├── database.py │ ├── models.py │ ├── schemas.py │ ├── internal │ ├── init.py │ ├── admin.py │ ├── routers │ ├── init.py │ ├── static │ ├── style.css │ ├── templates │ ├── home.html ├── LICENSE ├── requirements.txt ├── schema.md └── tests ├── init.py └── test_app.py