Skip to content

A clean and practical Spring Boot CRUD demo with Hibernate/JPA, MySQL, and Docker Compose. EntityManager-based database operations.

Notifications You must be signed in to change notification settings

geloy-n/Basic-Book-Management-System-Springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“š Book Management System

A simple Book Management System built with Spring Boot 3, Hibernate/JPA, and MySQL.

This app demonstrates basic CRUD operations using the EntityManager API and a custom DAO layer.


๐Ÿš€ Features

  • Add new books
  • View all books
  • Search books by author
  • Update existing book records
  • Delete book entries
  • Runs with Dockerized MySQL + Adminer

๐Ÿ“ฆ Setup

git clone https://github.com/geloy-n/Basic-Book-Management-System-Springboot.git
cd book-management-system
docker-compose up -d

About

A clean and practical Spring Boot CRUD demo with Hibernate/JPA, MySQL, and Docker Compose. EntityManager-based database operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages