Files
holiday-property-booking/PROJECT.md
Chris Dumas 1d96054f7a
Some checks failed
Deploy Holiday Property Booking / deploy (push) Failing after 1m26s
Test & Build Holiday Property Booking / test-build (push) Successful in 10m44s
fix: match container ports to host ports
2026-05-22 08:13:19 +00:00

703 B

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
  • Environment ports aligned to 7003, 6003, and 5003 for dev, QA, and production
  • Container and host ports match for each environment

Next Build Step

  • Wire the first data-backed screens after the foundation is in place.