Initial commit with the basics

This commit is contained in:
Scott Idem
2020-09-14 12:41:02 -04:00
parent bd7f33fbbf
commit eeedc2ad6f
16 changed files with 823 additions and 36 deletions

4
admin/requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
uvicorn
fastapi[all]
SQLAlchemy
mysqlclient