##EMR
“EMR” is a platform built using leading edge web technologies and API’s to help Doctors/ Patient/ Hospitals/ Pharmacies to better deal with medical documentation. Front end was built using HTML, CSS, JSx, Bootstraps, MDL, ReactJS. To create backend api(BAAS), GraphQl via framework called Graph.Cool was used. Apollo Client is our middlewear to fetch that data. So, this is a one stop point for patient, doctor, dispensaries and diagnostic center while handeling mediacl records (Prescription, Test Reports etc) at ease.
##Demo http://emr.motasimfoad.com
##How to run?
To run EMR you just need to follow the following steps.
- Clone the repo
- open terminal/cmd and use "npm install" / "yarn"
- Then write the commend "npm start or yarn start" to start the local server.
Please note that : To run this webapp on your local machine dont forget to install Node or Yarn first.