DietRX is a dietary and health application developed in 36 hours for the Rutgers Health Hack 2023. The project aims to match students' dietary needs and health issues with the food available in campus dining halls.
- User Profiles: Create and manage user profiles with dietary restrictions, allergies, health conditions, goals, and personal information.
- Diet Planning: Generate daily meal plans based on user profiles and the available dining hall menus.
- Doctor Finder: Locate RWJ doctors based on the user's health condition.
- Dietary Tracking: Track meals and gain points for maintaining the diet plan.
-
Clone the Repository:
git clone https://github.com/dhawal-arora/DietRX.git cd DietRX
-
Set Up MySQL Database:
- Ensure you have a MySQL server running.
- Create a new database and import the provided schema if available.
- Update the database connection details in the code.
-
Environment Variables:
- Set your OpenAI API key and Discord bot token in the code or use environment variables.