Code Monkey home page Code Monkey logo

library_management_system's Introduction

Library Management System

A complete suite of book lending system with role based features : (Check Snapshots)

  1. Admin

    • Add books with isbn validation and inventory creation with unique id & generating downloadable (pdf) barcode.
    • Search, update and delete books or inventory.
    • Add, search, update and delete users.
    • Search orders based on order id, user id or book id.
    • Mark order as collected.
    • Mark order as returned and generate downloadable invoice with late fees as applicable.
    • Search user's order history.
    • Search orders that are overdue for return by user id or book id.
  2. User

    • Order a new book based on inventory availability.
    • Search self orders and order history.
    • Filter orders based on return overdue.
  3. All

    • Authentication with Login and Logout.
    • Role based authorization and views (front-end).
    • Update self account details & change password.

Technology Stack & Frameworks

Java 11 Spring-Boot-2.3.4.RELEASE Spring-Cloud-Hoxton.SR8 Spring-Security Spring Data JPA Vue JS 2 Vuetify 2.4 Docker Docker-Compose JUnit 5

Installation and Running

  • With Docker and Docker Compose Installed
docker compose down
docker compose build
docker compose up
-------------------------
or run the start.sh file
-------------------------
./start.sh
  • Without Docker (npm & maven required locally)

For Backend

./build.sh
Open terminal to './server' && mvn spring-boot:run
---------------------------------------------
Once ServerApplication.java is up & running
---------------------------------------------
Open terminal to './user' && mvn spring-boot:run
Open terminal to './book' && mvn spring-boot:run
Open terminal to './auth' && mvn spring-boot:run
Open terminal to './order' && mvn spring-boot:run
Open terminal to './inventory' && mvn spring-boot:run
Open terminal to './client-backend' && mvn spring-boot:run

For Frontend

Open terminal to './client-frontend' && npm run serve

Ports Exposed

Application Port
auth 8081
book 8082
inventory 8083
order 8084
user 8085
client-backend 8086
server 8761
client-frontend 8080

Snapshots

  • Admin

    • Search Orders Admin- Search Orders
    • Search Order History Admin- Search Order History
    • Search Order Overdue Admin- Search Order Overdue
    • Search Books Admin- Search Books
    • Add Book Admin- Add Book
    • Generated Inventory Barcode on Book Inventory Addition Admin- Inventory Barcode Generation
    • Delete Book Admin- Delete Book
    • Find User Admin- Find User
    • Add User Admin- Add User
    • Delete User Admin- Delete User
  • User

    • Search Orders / Home User- Search Orders
    • Search Order History User- Search Order History
    • Order Book User- Order Book Step 1 User- Order Book Step 2 User- Order Book Step 3
  • All

    • Edit Account All- Edit Account
    • Change Password All- Change Password
    • Login All- Login

library_management_system's People

Contributors

thakurpdhiraj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hastash bperezl

library_management_system's Issues

Book Delete removes from list when inventory is deleted

When an inventory is deleted, the entire book is removed from the search table. On searching again the book reappears in table.

Reproduce :

  • Login as admin
  • Books -> Find Books -> Search any book
  • Delete one inventory item
  • Entire book is removed from the search table.

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.