Skip to content
Robert Kareta edited this page Apr 30, 2021 · 17 revisions

Library service is a project whose main function is to borrow books.
Prepared Live DEMO for testing for users has in the database 1000 books, few registered users with different roles:

Admin
email: [email protected]
password: zaq1@WSX
User
email: [email protected]
password: password

The project is distinguished by such modules as:

  • logging in and user registration along with authorization and password encryption,
  • borrowing a book with the possibility of changing the borrowing status,
  • adding selected books to favorites,
  • search for a book by phrase (title or author),
  • user panel (list of favorite books, list of borrowed books, profile editing),
  • admin panel (adding a book, changing the borrowing status, managing book genres).

The project can also be tested by Swagger and Postman.

Collection from postman with all endpoints: Download

Clone this wiki locally