Skip to content

gasparhe/iHRIS

 
 

Repository files navigation

iHRIS docs

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 git@github.com: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.

About

iHRIS V

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 68.4%
  • HTML 12.8%
  • Vue 10.6%
  • GLSL 8.1%
  • Other 0.1%