/MERN-Patient-TrackerApp

Remote health platform, connecting patients and providers.

Primary LanguageJavaScript

MERN App for Group-F



## Patient Symptom Tracking Web Application
The idea behind our app was to provide a service/ resource for individuals who were expieriencing symptoms similar to ones related to covid-19. We thought of an app that extends the provider interaction, allowing for real-time patient monoriting for providers and quick response for patients without the dreaded wait times and added inconvinience.

The UI/UX

image image image image image

Branch structure

Master - Ready to install and run version of the application
Dev - Current working version that received pull requests
Rest of the branches - Feature branches

Steps to Launch

(Please keep in mind that this in a work in progress and is currently under development by our team.)

Installing instruction:
1. Clone the master repository
2. On your local directory rename the "client" directory into "client0"
3. From the terminal, run "npx create-react-app client"
(now you will have "client" and "client0" directories)
4. copy the "public" and "src" directories from the "client0" replace the files into "client"
5. From your terminal run "npm install" to install all the dependencies needed
(Repeat step 5 for both the root directory and client directory)
6. Install "reactstrap" and "bootstrap" manually from your terminal "npm i reactstrap" and "npm i bootstrap"
7. Last but not least, from your terminal run npm run dev (we made a concurrent script to run both the server and the react)

File Structure

--Backend directory has all the routes and express services
--Client directory has the main application index.js and app.js along with the styling css files
--Components directory have all the components

This project was bootstrapped with Create React App.