Project by DrugRegulators for DefHacks 2018.
Collaborators: Kushal Jhunjhunwalla, Mohneel Parakh, Andrew Siew, Henry Hua.
Mentor: Frank Chen.
Running the app:
1. Clone the repo 2. Run main.py python file 3. Browse to http://127.0.0.1:5000/ on your computer. 4. There are 3 interfaces: * Doctor's Interface: This is the default webpage (http://127.0.0.1:5000/) where the Doctor can add a prescription for the patient. * Pharmacy's Prescription Checking Interface: Navigate to http://127.0.0.1:5000/check to access this webpage. This is where the pharmacist can access the blockchain to check if the prescription ID given by custormer is valid or not. * Pharmacy's Prescription Issuing Interface: Navigate to http://127.0.0.1:5000/issue to access this webpage. This is where the pharmacist can delete the precription from the blockchain and thereby rendering the prescription invalid for further use.
This was a hack made in less than 24 hours so there are a lot of bugs. Please bear with them and report to us if possible.
We would love to get some feedback and help from anyone who would like to collaborate.