Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
Dishly
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
O Bar da Lora
Dishly
Commits
a7bcb0a8
Commit
a7bcb0a8
authored
May 14, 2026
by
Vitória Titon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Diagrama UML Dishly
parent
6ede3ab4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
diagrama.puml
diagrama.puml
+44
-0
No files found.
diagrama.puml
0 → 100644
View file @
a7bcb0a8
@startuml Dishly
entity Usuario {
* id : number <<PK>>
--
nome : text
email : text
senha : text
}
entity Receitas {
* id : number <<PK>>
--
nome_receita : text
descricao : text
ingredientes : text
modo_preparo : text
}
entity Post_Receitas {
* id : number <<PK>>
--
imagem : text
receitas_id : number <<FK>>
user_id : number <<FK>>
}
entity Salvos {
* id : number <<PK>>
--
user_id : number <<FK>>
postReceita_id : number <<FK>>
}
Usuario ||--o{ Post_Receitas : cria
Usuario ||--o{Salvos : salva
Receitas ||--o{ Post_Receitas : contem
Post_Receitas ||--o{ Salvos : contem
@enduml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment