Skip to content

Training project - library administration system

Notifications You must be signed in to change notification settings

abieleck/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library

Training project using Spring and REST services - simple library administration system

Main features

  • Data is stored in relational database and accessed with predefined CrudRepository methods or HQL queries.
  • Second layer consists of service classes, with methods for manipulating objects (like borrowing a book, creating new reader etc.).
  • REST controller classes expose methods provided by service classes as endpoints accessible through HTTP requests.

Tools used

  • The project was created with IntelliJ IDEA IDE.
  • It is a Gradle project.

About

Training project - library administration system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages