Web-Based Reservation System for Sanamchai Resort PDF
Document Details
Tags
Summary
This document details the development of a web-based reservation system for a resort. The system streamlines the process and provides a more efficient experience for both guests and management. The system uses Visual Studio Code, Angular, and Slim framework, and stores data in a MySQL database.
Full Transcript
This thesis aims to develop a web-based reservation system for the Sanamchai Resort. Prior to the development of this system, room reservations were primarily handled through Facebook, phone calls, and walk-ins. The proposed system will streamline the reservation process, providing a more efficient...
This thesis aims to develop a web-based reservation system for the Sanamchai Resort. Prior to the development of this system, room reservations were primarily handled through Facebook, phone calls, and walk-ins. The proposed system will streamline the reservation process, providing a more efficient and convenient experience for both guests and resort management. The system is developed using Visual Studio Code, a user-friendly integrated development environment suitable for web application development. The system is deployed on a server and is divided into a front-end and a back-end. The front-end is developed using Angular, a TypeScript-based framework, allowing users to interact with data stored in a MySQL database through an API developed using the Slim framework. This PHP-based system handles back-end data processing so that design ensures efficient system operation.