Skip to content

The Book Management project is a RESTful API for managing books using Spring Boot, Spring Data JPA, and Hibernate. It supports CRUD operations, enabling users to add, update, delete, and retrieve books. Spring Data JPA simplifies database interactions, while Hibernate maps Java objects to tables. The project is built using MySQL as the database.

Notifications You must be signed in to change notification settings

KaytmazV/SpringBoot-BookManegement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-BookManegement

This project is a Spring Boot application that allows businesses to effectively manage their product inventory. The system provides basic functions such as adding, updating, deleting, and listing products, as well as offering stock tracking and simple reporting features.

Features

  • Product CRUD (Create, Read, Update, Delete) operations
  • Category-based product organization
  • Basic search and filtering functions
  • RESTful API interface
  • Basic user authentication and authorization
  • MySQL database integration

Technology Stack

  • Java 17
  • Spring Boot 3.1.0
  • Spring Data JPA
  • MySQL 8.0
  • Maven 3.8+
  • Swagger/OpenAPI 3.0 (for API documentation)

About

The Book Management project is a RESTful API for managing books using Spring Boot, Spring Data JPA, and Hibernate. It supports CRUD operations, enabling users to add, update, delete, and retrieve books. Spring Data JPA simplifies database interactions, while Hibernate maps Java objects to tables. The project is built using MySQL as the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages