Skip to content

This is the project to make a program that helps nutricionists giving their appointment

License

Notifications You must be signed in to change notification settings

FilipeS0usa/NutriConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NutriConnect

This project is a WebApp written in FastAPI (backend) and React (frontend) that helps nutritionists with tracking clients, scheduling, and more.

Requirements

  • Python 3.9+
  • Node.js 14+
  • FastAPI
  • React

Development Setup

  1. Clone the repository
  2. Set up the backend:
    cd backend
    pip install -r requirements.txt
    uvicorn app.main:app --reload
    
  3. Set up the frontend:
    cd frontend
    npm install
    npm start
    

Features

  • Client management
  • Appointment scheduling
  • Nutritional calculations
  • AI-assisted diet planning

TODO

  • 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

Contributing

[Add contribution guidelines here]

About

This is the project to make a program that helps nutricionists giving their appointment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published