Leaf is a complete solution for clinical data management with this awesome features:
- Patients management
- Scheduled dates management
- Invoices management
- Patients history management
Leaf uses a number of open source projects to work properly:
- [.NET Core] - powerfull APIREST build with .NET Core 3.1
- [MariaDB] - one of the most popular open source relational databases (you also can use MySQL of course!)
We highly recommend Visual Studio Code to develop! But You can work with Visual Studio or your favourite IDE 😉
ms-dotnettools.csharp extension is required in Visual Studio Code.
$ git clone https://github.com/OpenLeafProject/CoreLeaf.git
$ cd CoreLeaf
$ dotnet restore
$ code .
Leaf will be very easy to install and deploy in a Docker container but we need help to develop Leaf!
Dou you want colaborate with Leaf?? -> Read the CONTRIBUTING.md file.