RamSailopal / fmql-patients-admin

A demo of a Reactjs patient administration GUI alongside nodevista and fmql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Background

A demonstration of A Patient Administration Reactjs GUI utilising nodevista and fmql as a backend

Alt text

Gitpod

Open in Gitpod for free (simply create an account)

Once the message webpack compiled successfully can be seen on the screen output, navigate to the address:

 https://3001-gitpodaddress
 
 e.g.
 
 https://3001-ramsailopal-fmqlpatient-kwaq1or392o.ws-eu78.gitpod.io

Local Environment

The environmental variable GITADD is used to reference the "backend" fmql server and this should be:

http://dockerserveraddress:3001

Another ZIPADD variable is used to reference the "backend" zip api server (to render open street maps for each patient)

To set the environment variables, run:

 export GITADD="http://dockerserveraddress:9100"

 export ZIPADD="http://dockerserveraddress:5000"

Then run:

 git clone https://github.com/RamSailopal/fmql-patients-admin.git
 
 cd fmql-patients-admin
 
 docker-compose up

On completion, navigate to http://dockerserver:3001

About

A demo of a Reactjs patient administration GUI alongside nodevista and fmql


Languages

Language:JavaScript 92.4%Language:CSS 4.3%Language:HTML 1.4%Language:Python 1.0%Language:Shell 0.9%