Moving folders

This commit is contained in:
Chris Smith
2025-12-12 21:34:09 +01:00
parent ae9dc9d805
commit 2700955f31
14 changed files with 209 additions and 141 deletions

10
api/.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Database Configuration
DB_PATH=db/database.sqlite
# CORS Configuration
CORS_ALLOW_ORIGIN=*
CORS_ALLOW_METHODS="GET, POST, PATCH, DELETE, OPTIONS"
CORS_ALLOW_HEADERS=Content-Type
# Application Configuration
ERROR_REPORTING=true