Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.63 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.63 KB

||

Leaf (REST API)

Build Status contributions welcome

What is Leaf?

Leaf is a complete solution for clinical data management with this awesome features:

  • Patients management
  • Scheduled dates management
  • Invoices management
  • Patients history management

Tech

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!)

Clone and work with Leaf REST API

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 .

Docker

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.