Skip to content

Instantly share code, notes, and snippets.

@rodrigolmacedo
Last active August 29, 2021 03:04
Show Gist options
  • Save rodrigolmacedo/90ecf5db2c87e14f7a13af2bf9f2ce2e to your computer and use it in GitHub Desktop.
Save rodrigolmacedo/90ecf5db2c87e14f7a13af2bf9f2ce2e to your computer and use it in GitHub Desktop.
diagrama_classe_livraria_mermaid
classDiagram
class Usuario{
+id
+email
+senha
+nome
}
class Produto{
+id
+nome
}
class Categoria{
+id
+nome
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment