##Pharmeasy This is a very basic demo app, to imitate an online medicine purchase system. There can be 3 types of users:
-
Patient: Patient can perform following actions: a. can add prescriptions. Currently he can add prescription with maximum 3 medicines. b. can view prescriptions and see pending actions c. can allow pharmacist or doctor to have access to the prescription
-
Doctor: Doctor can perform following actions: a. can see the list of prescriptions but not the content of the prescription unless patient allows access to it b. can view prescriptions when given access
-
Pharmacist: Pharmacist can perform following actions: a. can see the list of prescriptions but not the content of the prescription unless patient allows access to it b. can view prescriptions when given access
1) git clone https://github.com/Neha3011/patient-records.git
2) npm install
3) npm start (to develop locally)
1) npm run test
2) npm run coverage
1) npm run lint
1) git checkout master
2) git up
3) rm -rf dist
4) npm run build:prod
5) git subtree push --prefix dist origin gh-pages