feat: scaffold holiday booking project

This commit is contained in:
2026-05-22 07:54:09 +00:00
commit abfc8dcf8e
39 changed files with 8941 additions and 0 deletions

16
DEPLOYMENT.md Normal file
View File

@@ -0,0 +1,16 @@
# Deployment
## Environment Model
The deployment model is expected to follow the shared dev, QA, and production branch flow once the project is onboarded into the pipeline.
## Runtime Expectations
- `NEXT_PUBLIC_SITE_URL` should match the deployed environment.
- `DATABASE_URL` should target the environment-specific PostgreSQL instance.
- Stripe and email provider secrets live in environment variables.
## Health Check
- `GET /api/health` returns a lightweight JSON readiness response.