This project demonstrates a small, cloud-hosted Property Management System (PMS)
designed for a micro-hotel. It showcases a tiered cloud architecture with a static
frontend, a Flask backend deployed on AWS EC2, and a persistent MySQL database
hosted on Amazon RDS.
Guest booking
Check availability and create reservations in real time.
Staff workflow
Secure login, booking grid, and operational visibility.
Cloud architecture
Nginx → Gunicorn → Flask → RDS with live read/write proof.