Git Product home page Git Product logo

book-record-management's Introduction

book-record-management

This is a book record management API Backed for the management of records and books

API Documentation link

https://documenter.getpostman.com/view/23235371/2s7ZE8p3mH

Routes and Endpoints

/users

POST: Create a new user ✅ GET: Get all list of users ✅

/users/{id}

GET: Get a user by id ✅ PUT: update a user by id DELETE: Delete a user by id (check if he/she still has an issued book)(is there any fine to be paid) ✅

/users/subscription-details{id}

GET: Get user subscription details ✅

  1. Date of subscription
  2. valid till
  3. Fine if any

/books

GET: Get all books ✅ POST: Create /Add a new book ✅

/books/{id}

GET: Get a book by id ✅ PUT: Update a book by id ✅

/books/issued/by-user

GET: Get all issued books ✅

/books/issued/withFine

GET: Get all issued books with fine ✅

Subscription Types

Basic (3 months) Standard (6 months) Premium (12 months)

NOTE: dates will be in format mm/dd/yyyy

If the subscription date is 01/10/21 and Subscription type is standard the valid till date will be 01/02/23

If he has an issued book and the issued book is to be returned at 01/01/23 and he missed it , then he gets a fine of Rs. 100

If he has an issued book and the issued book is to be returned at 01/01/23 If he missed the date of return, and his subscription also expires,then he will get a fine of Rs 200./

book-record-management's People

Contributors

ishi12121 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.