Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.73 KB

File metadata and controls

40 lines (33 loc) · 1.73 KB

📚Simple Library App

Hello! My name is Danylo Krupnyk and I am Java Developer!

This is my simple REST-API application that provides service with implementation of CRUD operations! The project is made in accordance with the so-called three-tier development dividing the entire business application into:

  • Presentation layer-business logic (controllers)
  • Application layer (services)
  • Data access layer (DAO)

Layering is to achieve "high cohesion, low coupling". The idea of "divide and conquer" is adopted to divide the problem into individual solutions, which is easy to control, easy to extend, and easy to allocate resources.

🔧Install it by yourself and try

  • Download this project (clone and open in your IDE).
  • Run SimpleLibraryAppApplication

🔗There are different URL to work with:

👨‍💻Technologies trained

  • Spring Boot
  • Hibernate Framework
  • Maven
  • Tomcat
  • Json
  • Postman
  • Lombok

📝Contact me