FoodStat is a personalized nutrition recommendation platform that suggests food items based on a user's health goals and medical conditions. The application uses nutritional datasets to generate relevant recommendations through a responsive web interface.
- Personalized food recommendations
- Search and filter food items
- Ranked recommendations based on nutritional data
- Responsive UI
- Frontend: React, TypeScript, Tailwind CSS
- Backend: Python
- Database: MongoDB
- Node.js
- Python 3.x
- MongoDB
git clone <repository-url>
cd FoodStat
# Install frontend dependencies
npm install
# Start frontend
npm run devStart the Python backend and ensure MongoDB is running before using the application.