Skip to content

ShashwathSH/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Create a simple Spring Boot application to manage a library system. The system will have two main entities: Book and Author. You will implement basic CRUD operations, define relationships between entities, and create custom query methods. You need to define the schema for this assignment by yourself. Implement endpoints to:

  1. Create a new book and author.

  2. Retrieve a list of all books and authors.

  3. Retrieve a single book or author by ID.

  4. Update book and author details.

  5. Delete a book or author.

  6. Find books by title.

  7. Find books published after a certain date.

  8. Find authors by name.

  9. Find all books by a specific author.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages