Skip to content

Commit

Permalink
Add doc folder and extension for mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
zachauten committed Nov 9, 2024
1 parent 0fc3f87 commit b5e6847
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ERD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Example ERD diagram using [mermaid](https://github.blog/developer-skills/github/include-diagrams-markdown-files-mermaid/)
```mermaid
erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE-ITEM : contains
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
```

0 comments on commit b5e6847

Please sign in to comment.