{"id":15042890,"url":"https://github.com/xreedev/librarymanagement-springboot","last_synced_at":"2026-03-16T19:38:29.467Z","repository":{"id":255710610,"uuid":"819746839","full_name":"xreedev/LibraryManagement-Springboot","owner":"xreedev","description":"A simple library management system built with Java and Spring Boot, offering CRUD operations for books via REST APIs. Suitable for educational purposes and small-scale library management.","archived":false,"fork":false,"pushed_at":"2024-09-07T17:58:34.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T13:22:57.213Z","etag":null,"topics":["api","java","java-8","javaspring","javaspringboot","library","library-management","maven","spring","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xreedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-25T06:05:25.000Z","updated_at":"2024-09-25T05:02:38.000Z","dependencies_parsed_at":"2024-10-12T15:40:20.384Z","dependency_job_id":null,"html_url":"https://github.com/xreedev/LibraryManagement-Springboot","commit_stats":null,"previous_names":["xreedev/librarymanagement-springboot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreedev%2FLibraryManagement-Springboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreedev%2FLibraryManagement-Springboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreedev%2FLibraryManagement-Springboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreedev%2FLibraryManagement-Springboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xreedev","download_url":"https://codeload.github.com/xreedev/LibraryManagement-Springboot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243451605,"owners_count":20293168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","java","java-8","javaspring","javaspringboot","library","library-management","maven","spring","spring-boot"],"created_at":"2024-09-24T20:48:12.408Z","updated_at":"2025-12-25T19:56:23.520Z","avatar_url":"https://github.com/xreedev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n---\n\n# Library Management System - Spring Boot\n\n![Java](https://img.shields.io/badge/Java-17-brightgreen.svg)\n![Spring Boot](https://img.shields.io/badge/Spring%20Boot-2.7.0-brightgreen.svg)\n\n## Description\nA simple library management system built using Java and Spring Boot. It allows users to manage books, providing APIs for creating, updating, retrieving, and deleting records.\n\n## Features\n- Manage books (create, update, retrieve, delete)\n\n## Technologies Used\n- **Java**: Version 17\n- **Spring Boot**: Version 2.7.0\n- **H2 Database**: Embedded database used for data storage\n- **Postman**: API testing tool\n\n## Project Structure\n```bash\nLibraryManagement-Springboot\n├───src\n│   ├───main\n│   │   ├───java\n│   │   │   └───com\n│   │   │       └───example\n│   │   │           └───LibraryManagementApplication\n│   │   │               ├───Control    # Controllers for handling HTTP requests\n│   │   │               ├───Model      # Models representing the entities\n│   │   │               ├───Repository # Repository interfaces for database operations\n│   │   │               ├───Service    # Service layer for business logic\n│   └───resources\n│       └───application.properties # Configuration for the H2 database\n├───test\n└───pom.xml # Maven configuration\n```\n\n## Database Structure\n\n### Books Table\n| Column     | Data Type      | Description                      |\n|------------|----------------|----------------------------------|\n| `book_id`  | VARCHAR(255)    | Primary key, unique book ID      |\n| `name`     | VARCHAR(255)    | Book title                      |\n| `author`   | VARCHAR(255)    | Author of the book               |\n\n## How to Use the API\n- **Base URL**: `/api/v1/`\n\n### Book Management\n- `GET /books/{bookId}`: Retrieve a book by its ID\n- `POST /books`: Create a new book\n- `PUT /books/{bookId}`: Update an existing book\n- `DELETE /books/{bookId}`: Delete a book by its ID\n\n## Getting Started\n\n### Prerequisites\n- Java 17\n- Maven\n\n### Setup Instructions\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/xreedev/LibraryManagement-Springboot.git\n   cd LibraryManagement-Springboot\n   ```\n2. Run the application:\n   ```bash\n   mvn spring-boot:run\n   ```\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxreedev%2Flibrarymanagement-springboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxreedev%2Flibrarymanagement-springboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxreedev%2Flibrarymanagement-springboot/lists"}