feat: add WonderQ admin backend
Add FastAPI admin/public API service, database setup, Docker deployment files, docs, and tests.
This commit is contained in:
5
.env.example
Normal file
5
.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
DATABASE_URL="postgresql://miniapp:miniapp_dev_password@localhost:5433/miniapp"
|
||||
JWT_SECRET="replace-with-a-long-random-secret-before-production"
|
||||
PORT=4000
|
||||
LOG_LEVEL="info"
|
||||
CORS_ORIGINS="*"
|
||||
Reference in New Issue
Block a user