/dhis2-emr

This is an Electronic Medical Record based on DHIS2 Platform.

Primary LanguageTypeScript

Angular based App for DHIS2-EMR

This is an Electronic Medical Record based on DHIS2 Platform.

Prerequisites

  1. NodeJs (10 or higher)
  2. npm (6.4.0 or higher), can be installed by running apt install npm
  3. git, can be installed by running apt install git

Setup

Clone repository

 git clone https://github.com/hisptz/dhis2-emr.git

Navigate to application root folder

cd dhis2-emr

Install all required dependencies for the app

npm install

Development server

To start development server

npm start

Navigate to http://localhost:4200.