Key Features • Technologies and APIs Used • Demo • Future Work • How To Use
- The app curates healthy, personalized meal plans for you, according to your preferred diet, age and activity.
- Track your period flow on the calendar and get alerts for any abnormalities and possible diseases.
- Also prompts you for period care products on Bing Shopping.
- Recommends the best workout videos to burn calories and stay fit according to your lifestyle.
- Ready for web and mobile.
The app has been hosted on Heroku along with MongoDB Atlas cloud cluster for database. You can visit the app here: https://femhealth.herokuapp.com/
- ExpressJS
- NodeJS
- Bootstrap
- MongoDB
- JQuery
- Spoonacular API
- jsCalendar
Watch YouTube Video at: https://youtu.be/fSvVqxa9S5c
- A chatbot to address specific health concerns that the user may have, and redirect them to doctors and resources.
- To send realtime alerts for medical tests, breast self examination and period care.
- Implement community forum to connect women with doctors and other users.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. Before starting, make a .env file and add your private keys (use the example.env file as a template). From your command line:
# Clone this repository
$ git clone https://github.com/Ahelii16/Enagage-Hackathon-2021.git
# Go into the repository
$ cd Enagage-Hackathon-2021
# Install dependencies
$ npm install
# Run the app
$ npm startNote: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

