Luxeory
Full-stack hotel and room booking platform with JWT authentication, date-range availability checking, and relational data modeling across properties, rooms, users, and reservations.
- Client
- Independent Product
- Role
- Full-Stack Developer
- Timeline
- 2024
- Stack
- 6 technologies
A closer look



- JWT-based authentication with protected booking routes
- Searchable hotel and suite listings with price and amenity filters
- End-to-end room reservation flow with date-range selection and availability conflict checking
- Relational data modeling for properties, rooms, users, and reservations in MongoDB
Need a similar delivery process for your product? I can help shape the scope and ship the implementation end to end.
Start a projectBuilt as a full-stack portfolio project to practice end-to-end MERN development with real-world data modeling requirements — specifically the relationship between properties, available rooms, booking date ranges, and user accounts.
Designed the MongoDB data model to represent the booking domain correctly: hotels with multiple room types, room availability tracked against confirmed reservations with date-range overlap checking, and users with reservation history. JWT authentication protects all booking routes.
A responsive booking application with hotel discovery, room filtering, date-range selection, and a guarded checkout flow. Users can browse properties, view room details and pricing, select available dates, and confirm reservations with their authenticated account.
Completed a functional full-stack booking pipeline with correct availability logic, authenticated user flows, and a mobile-friendly UI. The project demonstrated practical MERN stack proficiency before transitioning to Next.js-first development.