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

33
PROJECT.md Normal file
View File

@@ -0,0 +1,33 @@
# Holiday Property Booking Project
## Project Classification
Public holiday property booking website with a booking engine, admin management, and transactional notifications.
## Status
Phase 1 scaffold started from the approved planning docs.
## Stack
- Next.js
- TypeScript
- Bootstrap 5
- Sass
- PostgreSQL
- Prisma
- Stripe Checkout
- Session-based admin auth
## Current Build Scope
- Repo scaffold
- App shell
- Base styling
- Prisma schema
- Health endpoint
## Next Build Step
- Wire the first data-backed screens after the foundation is in place.