Coder Social home page Coder Social logo

shanukumrawat / librarymanagementapplication Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.69 MB

This is Library Management Application Using SpringBoot Creating a Restful API. In this User can Issue and Return book from the library

Java 100.00%
java lombok maven mysql postman springboot validation

librarymanagementapplication's Introduction

Library-Management-Application ๐ŸŒฑ

I made a Backend Application to perform operation like Issue book & Return book from library , created RestFul APIs Service Using java, SpringBoot,postman for Library Management Application. In this project user can Issue book from the Library and Return book to library if user return book after due date application generate fine.


ER Diagram - Library Management Application

ER Diag


Tech Stacks: ๐ŸŒฑ

  • Java
  • Spring Boot
  • Maven
  • Postman
  • Lombok
  • MySql
  • SpringData Jpa
  • Hibernate

Modules ๐ŸŒฑ

  • User Module
  • Book Module

Features ๐ŸŒฑ

  • User & Book validation

User Features:

  • Pre filled data in the data base
  • User can Issue Book from the library only if it contains less than 5 books.
  • User can return the book to the library if user return book after due date application raise fine amount to user.

Installation & Run

  • Before running the API server, you should update the database config inside the application.properties file.
  • Update the port number, username and password as per your local database config.
    server.port=9090

    spring.datasource.url=jdbc:mysql://localhost:3306/libraryManagementApplication
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    spring.datasource.username=root
    spring.datasource.password=root


API Root Endpoint


Following pictures will help to understand flow of the Application and API's of Library Management Application

Start tomcat Server

tomcatServer

User Data

User

Book Data

BookData

Issue Book

Return Book

librarymanagementapplication's People

Contributors

shanukumrawat avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.