Added project structure and basic data models

This commit is contained in:
Donkie
2023-04-01 16:24:08 +02:00
commit c9b4705b28
18 changed files with 1031 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
fastapi==0.95.0
SQLAlchemy[asyncio]==2.0.8
pydantic==1.10.7