This project aims to design and implement a tourist treatment system.
The system will provide a seamless and efficient experience for tourists seeking medical treatment during their travels.
By leveraging software engineering diagrams for each phase, we will ensure a well-structured and scalable system.
- Activity Diagram
- Use Cases
- Contracts
- System Sequence Diagram
- Domain Model
- Communication Diagram
- Class Diagram
- Website Implementation (using
Flask
)
This repo uses Git Submodules to bring in dependent components.
Note
If you download the ZIP file provided by GitHub UI, you will not get the contents of the submodules. (The ZIP file is also not a valid git repository)
To clone using HTTPS:
git clone --recurse-submodules https://github.com/alighanbari2002/System-Analysis-and-Design-Course-Projects.git
Using SSH:
git clone --recurse-submodules git@github.com:alighanbari2002/System-Analysis-and-Design-Course-Projects.git
If you have downloaded the repo without using the --recurse-submodules
argument, you need to run:
git submodule update --init --recursive