diff --git a/README.md b/README.md index cb9b785..b8bd1c0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # CrimeDatabase ![repo_size](https://img.shields.io/github/repo-size/Patlenlix/CrimeDatabase) @@ -12,12 +13,15 @@ A Spring Boot application handling crimes, criminals and victims which is stored in a MySQL database. Different roles have different degree of access throughout the application. +### E/R diagram +![ER Diagram](src/main/resources/image/ERdiagram.png) + +--- + ### Done [Live features] * CRUD functionality for all current entities ---- - ### Planned features * Crime, Criminal, User, Victim entities @@ -42,4 +46,5 @@ different degree of access throughout the application. ``` http://localhost:8080 -``` \ No newline at end of file +``` + diff --git a/src/main/resources/image/ERdiagram.png b/src/main/resources/image/ERdiagram.png new file mode 100644 index 0000000..364b9a1 Binary files /dev/null and b/src/main/resources/image/ERdiagram.png differ