Pharma Visualizer

This application is built with Express and a MongoDB database with the frontend built with react.

This application allows users to sign up/ login and enter data about patient scores in two drug trials. Data is processed and presented back to the user in the form of a chart.

Certain routes are protected demonstrating user authentication and authorization, for data persistence a JSON web token in signed when users login and stored in local storage and decoded when requests are made to the backend.

↩ Go Back