Skip to content

Building a hotel resource management system using PHP and MySQL Database

Notifications You must be signed in to change notification settings

AnhHoang0529/Hotel-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel-Management-System

This is the repository for Final Project of IS207 (Web Application Development) of University of Information Technology (UIT). In this project, we applied the skills of HTML, CSS, PHP, MYSQL, ... to build a simple hotel resource management system. The concept of hotel resources in this topic includes staff, customers, facilities, and hotel services.

Features

  • Homepage
  • Login
  • Book room
  • Receive room
  • Checkout & print invoice
  • Manage room & room type
  • Manage account
  • Manage customer

How to Install

  1. Download & Install: XAMPP in C:\xampp (default)
  2. Clone the repo git clone https://github.com/AnhHoang0529/Hotel-Management.git or download code in zip file in C:\xampp\htdocs
  3. Run XAMPP and start "Apache" & "MySQL"
  4. Open link phpMyAdmin localhost/phpmyadmin/ and create a database myhotel
  5. After clicking database, click import and select the file myhotel.sql in folder Data
  6. Run the project: Open the link
    • Homepage: localhost/Hotel/index.php
    • Managment: localhost/Hotel/admin/login.php
      • Account for admin:
      • Username: Admin Password: admin123
      • Account for staff:
      • Username: Reception1 Password: reception1

Demo

Homepage

homepage homepage1 homepage2

Login

login

Dashboard

manage

Booking

book

Checkin

checkin

Checkout

checkout checkout1

Customers

customers

About

Building a hotel resource management system using PHP and MySQL Database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published