feat: replace mongodb with sqllite

This commit is contained in:
Jayden Pyles
2024-11-20 21:32:27 -06:00
parent 7d80ff5c7f
commit 3085f9d31a
20 changed files with 284 additions and 179 deletions

1
api/backend/constants.py Normal file
View File

@@ -0,0 +1 @@
DATABASE_PATH = "data/database.db"