A simple hotel reservation system built with PHP (backend) and HTML/CSS/JavaScript (frontend). This project allows users to search for available rooms, make reservations, and manage bookings through an interactive interface.
- PHP – Backend scripting and database interaction
- MySQL – Database to store hotel and booking information
- HTML/CSS – Structure and styling of the frontend
- JavaScript / jQuery – Interactivity and dynamic content
- User can view available rooms
- Make and manage reservations
- Admin panel to view bookings (future feature)
- Modular backend with database integration
- Separated frontend/backend for collaborative development
- Clone the repository:
git clone https://github.com/Poorna-Raj/hotel-reservation-system.git
- Navigate to the project directory:
cd hotel-reservation-system - Set up your database:
-
Import the SQL schema in your MySQL server
-
Configure backend/db_connection.php with your DB credentials
- Run the project on a local server (e.g., XAMPP, WAMP, MAMP, or PHP’s built-in server)
- Access via browser:
http://localhost/hotel-reservation-system/frontend/index.html
This project is being developed by:
Backend: Poorna Rajapaksha
Frontend: Arosha Bandara
Each developer works on a separate branch (backend-branch, frontend-branch) and merges changes to the main branch after testing.