Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 759 Bytes

schema.md

File metadata and controls

29 lines (29 loc) · 759 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 │ ├── images │ ├── profile.png │ ├── style.css │ ├── templates │ ├── base.html │ ├── home.html │ ├── profile.html ├── LICENSE ├── requirements.txt ├── schema.md └── tests ├── init.py └── test_app.py