Skip to content

shufanshahi/The_Continental

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Continental

A sql based Hotel Management System. The frontend is implemented with the help of react and the backend is implemented with java-script. For the database part we used mysql

Team Members

Build and Run

Clone the repository

To clone the repository, type the command in any folder.

git clone https://github.com/jubaer36/HotelManagementSystem

This will create a folder 'HotelManagementSystem' in that directory. It will have a complete copy of this repository. With a '.git' folder inside.

Download packages

Open the terminal and run this command once in the frontend folder and once in backend folder

npm i

open an terminal and run in the frontend folder

 npm start

this will start the frontend. Then open another terminal at the backend folder and run this command

node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.5%
  • CSS 9.2%
  • HTML 2.3%