Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

26 lines (26 loc) · 1.32 KB

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