Repository files navigation Book Management System - TeamWork with
users are: Admin, Author, ordinary User
admin has all privilages related to users such as add, edit, delete
the author can add, edit, delete books
users can see the books by their creation time or realse year
users can search books by keywords
users can filter books by author, publisher, release period
the responses are paginated
there are 3 modules: Book, Search, authentication
data saved in postgresql
using spring data JPA for interaction with database
the project is implemented by MVC architecture
all modules interact with RESTFUL API
JSP (java server pages) used for view
configuration for database are in application.properties
bookcontroller has all the routes for showing the books paginated/sorted, showing details of a book, add, delete, edit
all http methods(get, post, delete, update) used for controlling books
the main operations are done in Bookservice class which interacts with BookRepository
this module communicates with Book using restTemplate
firstly we fetch all books ans save them in bookWrapper and use them is search and filter
the main module which communicates with Book and Search
controller package is for monitoring user, publisher, admin tasks
Publisher/User Controller fetch their information from Search and Book
AdminController requests the User entity defined in this module for modifying users
spring security is used for authentication manners
About
Book Management system that has 3 main modules implement by MVC architecture and communication based on RESTful API - Internet Engineering Course
Topics
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.