[app name] is a web application that allows doctors to read and manage structured radiology reports as an assessment of x-ray images for exams of patients with COVID-19.
One of the tools used by doctors to assess the condition of patients with COVID-19 is an x-ray, which creates an image of the patient’s organs and structures within their body. This can help visualize infections such as pneumonia within a patient’s lungs. After performing an x-ray, doctors need a way to record information about what they discovered, so that they can look back at it.
This project contains two different applications:
- a front end, or "client," created with "Create React App,"
- a back end, or "API," created with Express.
In order to run the client, you'll run the following terminal commands from the root folder:
cd client/
npm i
npm startYou should then be able to visit localhost:3000 in your browser and see the client running.
In order to run the server, you'll run the following commands:
cd api/
npm i
npm startYou should then be able to visit localhost:9000 in your browser and see the server running.
- React
- Chakra UI
- Framer Motion
- Three.js
- Node.js
- HTML / CSS
- MongoDB
- Mongoose
- Express
- Node.js
- AWS
Allows you to:
- Log in
- Sign up
- View all exam records
- Update User information
- Delete Self
As a logged in user you can:
- Create/Post new Exams
- Edit and Delete Exam info
-
- Some description
-
- Another description