Skip to content

Commit

Permalink
Update architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
solatar authored May 15, 2021
1 parent 6ea662a commit 2c269c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The application has classes in three layers. Class BloodecodeApplication is loca

Package bloodecode.app includes basic functionality of the app, while package bloodecode.dao holds the interface for accessing database.

<img src="Pictures/packageStructure.png" />

### User Interface ###

Currently the app does not have a graphic user interface. This is due to the difficulty of combining JavaFx 11 with Spring Boot. User uses the app by
Expand Down

0 comments on commit 2c269c1

Please sign in to comment.