This project is a medical health diagnosis system made to serve nurses that need a tool to automate patient risk ratings, medic history creation, registration of medical appointments, among other things.
- .NET Core SDK (Windows)
- MonoDevelop (Linux)
- MySQL server
Clone the project and go to the directory
$ git clone https://www.github.com/pedrohenriquebr/health-diagnosis.git
$ cd health-diagnosisMake sure that your MySQL/MariaDB is turned on.
Install the tables.
$ cd database
$ make installInstall the appointments', patients' and nurses's samples.
$ make install-samplesBuild the project:
$ cd ..
$ makeThe debug is default target
For debugging:
$ make debugDisplaying medic history
- Thanks to Fabricio for helping translate
README.mdto English - Victor Augusto
- Lucas Vale

