This is a mobile health application running in the Browser where a user can track thair vaginal discarge via a picture and tags. This is an additional feature to be used on top of traditional period tracking. The App provieds a mecanism to give the user a feedback regarding thair discharge to help find out if there are indecatiors for abnormal discharge and what the discharge suggests about fertility in the given moment. We aim to help people with uterus to better understand their intimate health - through guided tracking that provides clarity and builds self-confidence.
- clone the repo
- run yarn install in the Terminal
Start the frontend
- in one Terminal: yarn watch
- in a second Terminal: yarn start
Start the server
- cd express-backend
- yarn install
- node server.js