This project is a WebApp written in FastAPI (backend) and React (frontend) that helps nutritionists with tracking clients, scheduling, and more.
- Python 3.9+
- Node.js 14+
- FastAPI
- React
- Clone the repository
- Set up the backend:
cd backend pip install -r requirements.txt uvicorn app.main:app --reload
- Set up the frontend:
cd frontend npm install npm start
- Client management
- Appointment scheduling
- Nutritional calculations
- AI-assisted diet planning
- Implement patient database model
- Create API endpoints for patient management
- Develop frontend components for patient data
- Integrate AI for diet plan generation
- Implement data visualization for patient progress
[Add contribution guidelines here]