This project involves developing a web-based digital library where users can upload, read, search, and download books and notes. The system is built using Spring Boot and follows a structured MVC architecture to ensure scalability and efficiency.
Developed a robust book management system using Spring Boot for backend development. Integrated file handling to support book uploads, online reading, and downloads. Built RESTful APIs for efficient book management, user authentication, and search functionality.
- User Authentication : Users can sign up, log in, and log out securely.
- Book Upload & Management : Users can upload books and notes in PDF format, edit their content, or remove them as needed.
- Online Reading & Downloadin : Books can be read online through an integrated viewer or downloaded for offline access.
- Search Functionality : Users can search for specific books based on title, author, or category for easy access.
- User Dashboard : User can monitor books uploaded, edit and remove content if needed.
-
Users can upload, edit, delete, and organize books efficiently.
-
User registration and login system with secure authentication.
-
Enables keyword-based search to find books easily.
-
Integrated PDF viewer for reading books online.
-
Option to download books for offline use.
-
Spring Boot : Backend framework for handling business logic and APIs.
-
Spring Security: Manages authentication and authorization for users.
-
Spring Data JPA : Provides seamless database operations.
-
Thymeleaf : Used for rendering dynamic web pages.
-
MySQL : Database for storing book details and user data.
-
JavaScript, HTML, CSS : Frontend technologies for an interactive user experience.
-
Developed backend APIs using Spring Boot for handling book operations.
-
Implemented user authentication using Spring Security.
-
Designed the database schema to store book information efficiently.
-
Developed search and filtering functionalities for easy book discovery.
-
Integrated an online book viewer for reading PDFs within the application.
-
Created role-based access control to distinguish between users and admins.