diff --git a/docs/ERD.md b/docs/ERD.md new file mode 100644 index 0000000..66c8ba5 --- /dev/null +++ b/docs/ERD.md @@ -0,0 +1,10 @@ +# Example ERD diagram using (mermaid)[https://github.blog/developer-skills/github/include-diagrams-markdown-files-mermaid/] +```mermaid + --- + title: Order example + --- + erDiagram + CUSTOMER ||--o{ ORDER : places + ORDER ||--|{ LINE-ITEM : contains + CUSTOMER }|..|{ DELIVERY-ADDRESS : uses +```