Skip to content

Latest commit

 

History

History
59 lines (54 loc) · 1.58 KB

README.md

File metadata and controls

59 lines (54 loc) · 1.58 KB

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