Skip to content

mohuganda/hw-registry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iHRIS docs docker docker-fsh

Technical documentation has been started and is hosted at: https://iHRIS.github.io/iHRIS

Installation

See the notes/ directory for additional installation instructions for development.
Installation instructions for supporting software is here. A docker version for simpler installation will be created soon.

iHRIS is built with a VueJS frontend and a NodeJS backend, both of which are included in this repository. To install, simply run git clone [email protected]:iHRIS/iHRIS.git.

From there, you will need to install the necessary npm packages. Navigate to the ihris-frontend directory and run npm install. Now, do the same for the ihris-backend directory.

The backend component relies on the presence of a fhir compliant server. The login credentials can be placed inside the config/baseConfig.json file for the backend component.

Running iHRIS

iHRIS is divided into two components, the ui frontend and a backend. To build the ui frontend, run npm run build. To start the backend, run npm run start.

Packages

No packages published

Languages

  • JavaScript 66.0%
  • Vue 12.2%
  • HTML 10.5%
  • GLSL 8.8%
  • Gherkin 1.6%
  • Batchfile 0.4%
  • Other 0.5%