The project, Online Hotel Management System is a Web-based application that allows the hotel manager to handle all hotel activities online. Interactive GUI and the ability to manage various rooms, employees, drivers and customers make this system very flexible and convenient.
Hotel management project provides room booking and other necessary hotel management features. The system allows the manager to post available rooms in the system. The daily activities include the Room activities, Entering details of the new customer check in, To allocate a room as per the customer need and interest, Recording the checkout time and details, Releasing or Empty of room and to record the process in a computer system for future.
- Desktop PC or a Laptop
- 4.00 GB RAM or Higher
- 64-bit operating system, x64 based processor
- Operating System - Windows 10
- Front End - NodeJs, React.js, VS Code (Ide)
- Back End - Express.js, Node.js, MySQL
- open terminal in folder hotel-management-system
- run command
npm iit will install all the required dependencies - then run command
npm run devto start backend server make sure to change database name, username and paasword in conn.js in server/db/conn.js file for mysql - then open another terminal in folder /hotel-management-system/hotel_management_system/ and run command
npm startto start react ( frontend ) - go to localhost : 3000 to see your web app
- feel free to make your changes and make it your own






