Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 888 Bytes

File metadata and controls

30 lines (19 loc) · 888 Bytes

📚 Library_Flow_API_Services-Backend

A learning-phase, beginner-level Spring Boot REST API to manage basic library operations: book inventory, issuing/returning books, and calculating fines. Built without advanced security or testing frameworks as part of core learning.


✨ Highlights

  • A simple CRUD backend powered by Spring Boot and MySQL
  • Focused on REST principles and database interaction via JPA

🚀 Features

  • 📖 Book Management: Add, update, delete, and view books
  • 📗 Issue & Return Flow: Users can issue or return books
  • 💰 Fine Calculator: Calculates fines for overdue books automatically
  • 🧠 Minimal setup—ideal for learning purposes

🛠️ Tech Stack

  • Language: Java
  • Framework: Spring Boot
  • ORM: Spring Data JPA (Hibernate)
  • Database: MySQL
  • Build Tool: Maven