A proof-of-concept full-stack React app demonstrating research-driven approaches to combatting medication error. This project was developed as part of the 4-week final team project at School of Code. Developement followed a short-sprint Scrum Agile methodology that utilised a veteran General Practitioner and Senior Social Worker as product owners.
Our app Medi-Check aims to reduce this by giving autonomy back to the doctor when prescribing medications as our app will check accordingly with patients other meds if the is an interaction and will highlight high severity interactions via an alert.
It also allows the patient to view their medical history in one location and even allows the patient to enter "OTC" (over the counter) medications to check against their current meds to see if their is a high severity interaction.
- Ben Greenwood - LinkedIn / GitHub
- Brycen Barron-Borden - LinkedIn / GitHub
- Michael Rushton - LinkedIn / GitHub
- Rajesh Reel - LinkedIn / GitHub
- Tom Birbeck - LinkedIn / GitHub
- React
- Javascript
- Heroku
- Postgress
- CSS
- Node
- Material UI
- Express
- Auth0
- Jest
- Supertest
- Cypress
- RxNav API
To get the full experience of this app, first clone both this repo and the backend code found HERE and follow the installation instructions there to set up your server and database. Log in functionality can be completed by setting up a single-page-application with Auth0 by following the first two steps here.
For public hosting purposes, certain aspects of the app have been disabled to prevent abuse of its features. These features can be re-enabled by uncommenting the documented code blocks. To connect the front and backend servers, replace the DATABASE_URL variable found throughout the project with your own local or hosted server path.
npm install
npm test
npm start
localhost:3000
