First Commit

This commit is contained in:
edwin
2026-02-03 22:03:33 -08:00
commit f886745135
8 changed files with 516 additions and 0 deletions

4
app/backend/.env Normal file
View File

@@ -0,0 +1,4 @@
MONGO_URL="mongodb://localhost:27017"
DB_NAME="test_database"
CORS_ORIGINS="*"