Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremylikness/fooddatabasemaui
Food database example
https://github.com/jeremylikness/fooddatabasemaui
Last synced: about 15 hours 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T18:39:54.000Z (over 2 years ago)
- Last Synced: 2023-08-11T03:08:04.072Z (over 1 year ago)
- Language: C#
- Size: 1000 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- 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
```