All Projects → iHRIS → iHRIS

iHRIS / iHRIS

Licence: LGPL-3.0 license
iHRIS V

Programming Languages

javascript
184084 projects - #8 most used programming language
GLSL
2045 projects
Vue
7211 projects
HTML
75241 projects
Gherkin
971 projects
Batchfile
5799 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].