Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.5 KB

File metadata and controls

44 lines (26 loc) · 1.5 KB

||

Leaf (Angular PWA)

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:

  • [Angular] - HTML enhanced for web apps!
  • [Twitter Bootstrap] - great UI boilerplate for modern web apps
  • [Material Design] - beautifull components for a beautifull web app

Clone and work with Leaf REST API

We highly recommend Visual Studio Code to develop! But You can work with your favourite IDE 😉

$ git clone https://github.com/OpenLeafProject/AngularLeaf.git
$ cd AngularLeaf
$ npm install
$ 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.