https://github.com/jeremylikness/fooddatabasemaui
Food database example
https://github.com/jeremylikness/fooddatabasemaui
Last synced: about 1 month ago
JSON representation
Food database example
- Host: GitHub
- URL: https://github.com/jeremylikness/fooddatabasemaui
- Owner: JeremyLikness
- License: mit
- Created: 2022-08-01T16:16:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T18:39:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T20:22:02.334Z (about 2 months ago)
- Language: C#
- Size: 1000 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FoodDatabase
```mermaid
erDiagram
FoundationFoods ||--o{ FoodCategories : has
FoundationFoods }o--|| FoodNutrients : contains
FoodNutrients ||--o{ Nutrients : has
FoundationFoods }o--|| FoodPortions : has
FoodPortions ||--o{ MeasureUnits : has
```