Initial commit

This commit is contained in:
Chris Smith
2025-12-12 21:22:48 +01:00
parent 195c2f48ff
commit d225d12555
30 changed files with 976 additions and 3587 deletions

10
.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