This project seeks to create a system for the management of supplies for Covid-19
Attempting to explore the public health sector demmand, the project uses concepts of OOP in C++
To study data structure, primitive software engineering and mainly object orientation.
The diagram preserves the system fucionality. Then, you can find this same schema in UI implamentation:
Clone the project in branch master:
git clone --branch master https://github.com/JoaquimBreno/modhealthsupplies.git
In case you have GCC/G++ Compilator and make Unix tool, run command:
make
Otherwise, run:
g++ src/main.cpp src/Menu.cpp src/StorageManager.cpp src/Controler.cpp src/Locais.cpp src/Insumo.cpp src/Vacina.cpp src/Medicamento.cpp src/Epi.cpp -o main
Or only execute main.exe
Clone the project in branch qtspace:
git clone --branch qtspace https://github.com/JoaquimBreno/modhealthsupplies.git
Run:
modhealthsupplies.exe