First Commit

This commit is contained in:
Michał Gdula 2023-04-25 21:43:23 +01:00
parent 7efaf276e4
commit fda7ff28dd
19 changed files with 735 additions and 0 deletions

4
server/config.py Normal file
View file

@ -0,0 +1,4 @@
SECRET_KEY = 'dev'
SQLALCHEMY_DATABASE_URI = 'sqlite:///db.sqlite'
SQLALCHEMY_TRACK_MODIFICATIONS = False