https://covicare-soen390.herokuapp.com/
(we were not able to install smtp on the server)
| Name | Github Username |
|---|---|
| Anastassy Cap (Team lead) | AC159 |
| Jamil Hirsh | jam009 |
| Anas Peerzada | DrakeHunterK7 |
| Jananee Aruboribaran | BunnyPrince |
| Philippe Carrier | p-carrier |
| Thanh Ta | mth-1012 |
| Juhi Rao | j-5844 |
| Anita Rao | ani-6292 |
| Zain Khan | Zain-MKhan |
Create a .env file and place it in the frontend/ directory (needs the creation of a firebase project)
REACT_APP_FIREBASE_API_KEY=
REACT_APP_FIREBASE_AUTH_DOMAIN=
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_STORAGE_BUCKET=
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
REACT_APP_FIREBASE_APP_ID=
REACT_APP_FIREBASE_MEASUREMENT_ID=
Create another .env file and place it at the root of the project
MONGO_CLUSTER_URL=
COVICARE_EMAIL=covicare390@gmail.com (must be a valid gmail account)
COVICARE_EMAIL_PASSWORD=
Start the local development server with the following command:
npm run dev
Follow this template to create PR: PR template
Follow this template to create Bug Reports: Bug Report template