Refactor: Drop MongoDB (#48)

* feat: replace mongodb with sqllite

* feat: update docker compose to drop mongo

* chore: drop logs

* chore: cleanup

* fix: unit tests

* fix: workflow

* fix: workflow run
This commit is contained in:
Jayden Pyles
2024-11-21 18:11:46 -06:00
committed by GitHub
parent 7d80ff5c7f
commit 563ca2245e
26 changed files with 295 additions and 201 deletions

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

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