chaves99 / fiber

Backend project for Fiber Application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fiber

Fiber is an app for manage and store your diet.

Data Structure:

User:
  • id
  • name
  • email
  • weight
  • height
  • weightUnit
  • heightUnit
  • list of DietSeason ids
DietSeason:
  • id
  • name
  • description
  • caloriesGoal
  • carbohydrateGoal
  • proteinGoal
  • fatGoal
  • initialDate
  • finalDate
  • active
  • list of Meal ids
Food:
  • id
  • name
  • baseQuantity
  • carbohydrate
  • protein
  • fat
  • calories
Meal:
  • id
  • description
  • day
  • hour
  • order
  • list of food
  • season id
Food per Meal:
  • food id
  • meal id
  • quantity

About

Backend project for Fiber Application.


Languages

Language:Java 99.6%Language:Dockerfile 0.4%