Skip to content

The 1st combination of IUer and HUFLITer for creating a hotel management system

Notifications You must be signed in to change notification settings

Nguyenle23/Hotel-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Shine Hotel

It works with the URL: Parallel Shine Hotel

But sometime, it does not work because of the bandwith of heroku's server

  • Install environment for executing project/building another project:
  1. Initalizing project: "npm init"
  2. Installing expressjs: "npm i experess"
  3. Installing nodemon to follow project more clearly: "npm i nodemon"
  4. Installing express-handlebars: "npm i express-handlebars"
  5. Configurating command to run: package.json -> script -> create "start": "nodemon --inspect index.js" (npm start)
  • How to clone:
  1. Code -> Open with Github desktop (Recommend use Github desktop for easy to clone a project)
  2. After clone successfull -> Open terminal in Visual Studio Code
  3. Enter "npm install" to install "node_modules" folder & "package.json-lock" file
  4. Then enter "npm start" to run local machine Recommend to use Microsoft Edge to open
  • Illustration image:

Image