Book Social Network is a application that enables users to manage their book collections and engage with a community of book enthusiasts. It offers features such as user registration, secure email validation, book management (including creation, updating, sharing, and archiving), book borrowing with checks for availability, book return functionality, and approval of book returns. The application ensures security using JWT tokens and adheres to best practices in REST API design. The backend is built with Spring Boot 3 and Spring Security 6.
Watch the introduction video here: demo
- User Registration: A simple and straightforward process for creating a new account.
- Email Validation: Secure email validation for account activation via a verification code.
- User Authentication: Secure login using JWT tokens.
- Book Management: Users can create, update, share, and archive books in their collection.
- Book Borrowing & Returning: Members can borrow books with checks for availability and return them through a return approval system.
- Spring Boot 3 & Spring Security 6
- JWT Token Authentication
- Spring Data JPA
- Liquibase
- MapStruct
- Lombokt
- JSR-303 & Spring Validation
- Mysql DB
- OpenAPI & Swagger UI Documentation
- JUnit5 for Testing
- Tomcat Server
- IntelliJ IDE