Skip to content

Book library app developed with spring boot, websockets and stomp

Notifications You must be signed in to change notification settings

itqpleyva/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library

Library to share books and get real time information about the new inserted books and users categories subscription, this app was developed with spring boot, websockets and stomp

Virtual Book Story

The main idea is to provide options to share books belonging to different categories, also provides the option to subscribe to a category and receive real-time information about books belonging to the selected category, the user subscribed to a category can see statistics in time actual subscriptions of other users to all the book categories managed by the system

Category subscription interface

Insertion book form interface

Book details interface

Books list interface

Dependencies
  • flyway-core
  • com.h2database
  • spring-boot-starter-websocket
  • stomp-websocket
  • sockjs-client
  • webjars-locator-core
  • bootstrap
  • jquery
  • spring-boot-starter-thymeleaf

the files related to each book (cover and document) are stored in the "upload-dir" folder, this folder is automatically created by the application