A comprehensive web-based room booking platform built with PHP and MySQL. This system allows users to search, book, and manage room reservations with integrated payment processing and review system.
Cache-Aside Pattern, where MySQL is the source of truth and Redis is used for fast reads. This project avoids Spring’s cache abstraction to explicitly show how caching works internally.