Skip to content

Jerry-523/tourism-management-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tourism-management-API

A small tourism management system

To execute the program, do the following:

Install Dependencies:

  • npm i in the tourism-management-API directory.
  • pip3 install fastapi, for the Hotel-API

Execute shellScript:

(Before executing the shellScript change the directory location on each file to be executed inside the shellscript.py)

  • python3 shellscript.py

It will execute the files inside the directories CLI, Monitor TP Server, Hotel-API & Flight-API, each on a diferent terminal

  • node . for the Client
  • npm run start for the Monitor TP Server
  • python3 run.py for the Hotel-API Server
  • python3 app.py for the Flight-API Server

Class Diagram

Class

Sequence Diagram

Sequence

About

A small tourism management system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.9%
  • JavaScript 37.2%
  • HTML 20.9%