Server Running in API-only Mode

The API server is running correctly. The frontend application is deployed at:

Available API Endpoints:

GET  /api/availability - Check time slot availability
GET  /api/availability/next - Get next available date
POST /api/bookings - Create a booking
GET  /api/bookings/:token - Get booking by token
PUT  /api/bookings/:token - Update a booking
etc.