Skip to content

hoangtien1005/HMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMS - Hotel Management System

A template for hotel management

Introduction

  • Course: Introduction to Software Architecture - HCMUS.
  • Team: NoName.
    • 19120678 - Nguyễn Hoàng Tiến.
    • 19120699 - Ngô Mậu Trường.
    • 19120721 - Phan Nguyễn Anh Vinh.
    • 19120728 - Trương Quốc Vương.
    • 19120731 - Trần Ngọc Vỹ.
  • Project document: link.

Project Structure

Source code

HMS includes 3 projects:

  • Customer.
  • Staff.
  • Admin.

Branch

There are 4 important branches:

  • main: Contains all source code from 3 small projects.
  • customer: code for deployment of customer project.
  • staff: code for deployment of staff project.
  • admin: code for deployment of admin project.

How to use

Requirement

  • Installed nodejs.
  • Compatible browsers like Chrome, Firefox, ...

Using

1. Using local
  • Step 1: Clone project from github:
    git clone https://github.com/anhvinhphan659/HMS.git
  • Step 2: Choose project to run:
    cd Admin
    or
    cd Staff
    or 
    cd Customer
  • Install dependencies and run project:
    npm i
    npm start 
2. Using online

You can use our project online from links in Demo production section.

Demo production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.2%
  • Handlebars 23.1%
  • JavaScript 11.6%
  • SCSS 4.1%