Skip to content

Boooks is a comprehensive library management system that simplifies and automates all aspects of library operations, from book cataloging to member management and circulation.

License

Notifications You must be signed in to change notification settings

thehackermonk/Boooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub last commit GitHub GitHub issues GitHub language count GitHub top language GitHub code size in bytes Lines of code Twitter Follow

Boooks

Boooks is a library management system that is designed to manage all the functions of a library.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Features
  3. Installation
  4. Usage
  5. API Endpoints
  6. Monitoring and Management
  7. Contributing
  8. License
  9. Authors

About The Project

Boooks is a library management system that is designed to manage all the functions of a library. It helps the librarian to maintain the database of new books and the books that are borrowed by the members along with their due dates.

This system completely automates all your library's activities. The best way to maintain, organize and handle countless books systematically is to implement a library management system software.

You can find books in an instant, issue/reissue books quickly, and manage all the data efficiently and orderly using this system. The purpose of a library management system is to provide instant and accurate data regarding any type of book, thereby saving a lot of time and effort.

(back to top)

Features

  • Authentication: Authentication includes registration of new librarians, allowing them to log in and log out of the system. It also provides functionality for librarians to change their password and recover forgotten passwords.
  • Librarian management: Librarian management allows the retrieval of details for all librarians. It provides the ability to activate or inactivate librarians and also supports the deletion of inactivated librarians.
  • Author management: Author management enables users to view all authors and browse all books written by a specific author.
  • Book management: Book management facilitates the retrieval of details for all books in the library. It allows users to obtain information about a specific book and provides functionality to add, update, and delete books in the library.
  • Fine management: Fine management includes the retrieval of fine details. It allows the configuration of the number of days after which fines should be collected and the amount to be charged per day as a fine.
  • Book issuing and returning: Book issuing and returning functionality enables librarians to issue books to library members and manage the return of books to the library.
  • Log management: Log management provides the ability to maintain and view the library log.
  • Member management: Member management allows the retrieval of details for all library members. It supports obtaining information about a specific member and provides functionality to add, update, and delete library members. It also tracks the books currently held by each member.
  • Search functionality: Search functionality allows users to search for books based on title and author. It also enables the search for members based on their name, email, and phone number.
  • Security: Security measures include the implementation of authentication tokens for API security and the use of refresh tokens for session security.
  • Swagger API documentation: Access detailed documentation of the available APIs using Swagger.
  • Actuator: Monitor and manage the application using Actuator endpoints.

(back to top)

Installation

  1. Clone the repository: git clone thehackermonk/Boooks
  2. Navigate to the project directory: cd boooks
  3. Build the project: mvn clean install

(back to top)

Usage

  1. Start the application: mvn spring-boot:run or run the BoooksApplication class.
  2. Access the application in your browser: http://localhost:8080

(back to top)

API Endpoints

  • View API documentation: Swagger UI
  • List of available endpoints, request/response formats, and authentication requirements can be found in the Swagger documentation.

(back to top)

Monitoring and Management

(back to top)

Contributing

Contributions are welcome! If you'd like to contribute to Boooks, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request describing your changes.

(back to top)

License

This project is licensed under the GNU General Public License v3.0.

(back to top)

Authors

Karthik Prakash - @thehackermonk

(back to top)

About

Boooks is a comprehensive library management system that simplifies and automates all aspects of library operations, from book cataloging to member management and circulation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages