A modern hotel booking system designed for real-time room availability, contactless check-in, and secure payment processing. Built with Angular, Express.js, MongoDB, and deployed with full CI/CD.
✅ Live Demo: aurora-hotel.vercel.app
📚 User Manual, Technical Documentation, and Final Report included.
- 🛏️ Real-time room availability and booking
- 🔐 Contactless check-in/check-out with digital key
- 💳 Secure Stripe payment integration
- 👨👩👧👦 Role-based access: Guest, Staff, Cleaner
- 📬 Email notification system
- ⚙️ Auto status updates via scheduled cron jobs
- Frontend: Angular 14.2.1
- Backend: Node.js, Express.js
- Database: MongoDB Atlas
- Authentication: JWT
- Payments: Stripe
- Email Services: Nodemailer
- Deployment: Vercel (Frontend), Render (Backend)
- Others: RESTful APIs, Cron Jobs
This project is accompanied by three formal engineering documents that demonstrate professional planning, system design, and testing methodology:
| 📁 Document | Description | Link |
|---|---|---|
| User Manual | Step-by-step instructions for using the system as Guest, Staff, and Cleaner | 📖 View |
| Technical Documentation | Use case diagrams, sequence diagrams, DB schema, ERD, and domain models | 📘 View |
| Final Report | Agile sprints, testing strategy, project scope, limitations, and lessons | 📗 View |
| Deployment | Deployed backend using Docker, Redis Caching, and testing via AWS | 📕 View |
- Node.js v16.x
- npm
- Angular CLI v14.2.1
git clone https://github.com/damianleng/hotel-booking-web-app.git
cd hotel-booking-web-app/client
npm install
ng servecd ../server
cp config.env.example config.env # create .env file with MongoDB, Stripe, etc.
npm install
node server.jsMake sure MongoDB Atlas is configured and your IP is whitelisted.
You need to add the following env variables in server/config.env:
DATABASE=your_mongo_connection_string
DATABASE_PASSWORD=your_password
JWT_SECRET=your_jwt_secret
STRIPE_SECRET_KEY=your_stripe_secret
EMAIL_USERNAME=your_email
EMAIL_PASSWORD=your_app_password- 🌐 Frontend (Angular): aurora-hotel.vercel.app
- 🌐 Backend (Express):
https://aurora-backend-hsrg.onrender.com/api
- Dydamian Leng – Full Stack Developer
- Team members: Serey Vath Chhay, Puthika Hok, Sophakotra Son
If you're evaluating candidates for software engineering internships, this project demonstrates:
- MVC architecture
- REST API design
- Full CI/CD deployment on cloud platforms
- Stripe + MongoDB + Angular integration
- Team collaboration using Agile methodology
- Complete system modeling (UML, ERD, Use Cases)
This is not just a student project — it's an industry-grade system that meets real-world design standards.