Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ER diagram picture file to README.md #17

Merged
merged 3 commits into from
Mar 8, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# CrimeDatabase

![repo_size](https://img.shields.io/github/repo-size/Patlenlix/CrimeDatabase)
Expand All @@ -12,6 +13,10 @@
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]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
---

* CRUD functionality for all current entities
Expand Down Expand Up @@ -42,4 +47,5 @@ different degree of access throughout the application.

```
http://localhost:8080
```
```

Binary file added src/main/resources/image/ERdiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.