This is a react and python based web application which reveals patient data and can be filtered by their event codes and code categories.
I built and deployed the react app to AWS Amplify for CI/CD.
You can find the app here: https://master.d3d9eg977f1f5m.amplifyapp.com/
The backend is also deployed to: https://xwyir2jma1.execute-api.us-east-1.amazonaws.com/prod/healthreveal
- The frontend is created using react. You can search the patients based on their event codes and code categories.
npm install
npm start
- The backend is a simple python application which sends dummy data and is deployed to a AWS Lambda function which is behind an API Gateway.
checkout out `backend` branch of the repo and run `python lambda_handler.py`