Giter VIP home page Giter VIP logo

library_manager's Introduction

도서 관리 API 제작

Index

About Project

이 프로젝트는 도서 대출 관리 API제작 프로젝트 입니다.

Overview

  • Object : 도서 관리용 프로젝트
  • Language : Java 11
  • FrameWork : Sping Boot 2.7.11
  • Service : REST API
  • Databese : H2
  • Additional Tool : Query DSL 5.0.0
  • DevTool : IntelliJ,

Getting Started

사용자 요구사항

  1. 사용자 등록
  • 하나의 도서관에는 동일한 사용자명 + 휴대전화번호는 존재할 수 없다.
  • 하나의 도서관에는 동일한 사용자명 + 휴대전화번호는 유일해야 하지만 동일한 사용자명 + 휴대전화번호로 다른 도서관에서는 등록할 수 있다.
  1. 사용자 삭제
  • 사용자가 대출중인 책이 있을 경우 삭제 할 수 없다.
  • 사용자를 삭제하면 사용자의 대출 기록도 모두 삭제해야 한다.
  1. 도서 대출
  • 사용자의 대출 히스토리를 저장해야 한다.
  • 도서의 기본 대출 기간은 14일이다.
  • 사용자가 대출 가능한지 여부를 반단해서 대출을 해야 한다.
  • 제한사항

    (1) 대출은 5권 까지 가능

    (2) 도서관 별로 5권 까지 가능

    (3) 도서관 별로 연체 중인 책이 1권이라도 있으면 책 추가 대출 불가능

    (4) 연체된 일수 동안 대출 불가능

    (예시 : 5월 5일 기준 연체 3일(반납 마감일 5월 2일)인 책을 반납 => 5월 8일부터 대출 가능)

  1. 도서 반납
  • 도서가 반납되면 사용자의 대출목록에서 없어져야 한다.
  • 반납된 도서는 대출 가능하여야 한다.
  • 도서 반납 시 연체일수를 확인해야 한다.
  1. 사용자의 대출 히스토리 조회
  • 사용자의 대출 기록은 조회가 가능해야 한다.
  • 대출 기록 조회 기간은 회원 정보가 유지되는 기간과 동일해야 한다.
  1. 도서 검색
  • 도서 조회 항목은 책 제목, 저자, 출판사로 하며 기본 정렬은 오름차순으로 한다.
  • 도서 목록은 페이징 처리하며 페이징 갯수는 10개로 한다.

Documentation

GoogleDrive

Testing

Postman과 Swagger를 이용한 테스트 진행 및 API 문서 작성

Authors

License

© 2022. Codestates All rights reserved.

library_manager's People

Contributors

derekyook avatar

Watchers

 avatar

library_manager's Issues

[BE] Member 구현

기능

Member 관련 서비스 구현

할 일

  • Entity, Repository, Mapper, Dto구현
  • RQ_M001 구현
  • RQ_M002 구현
  • RQ_M003 구현

[BE] Book 구현

기능

Ex) 기능 설명
도서 조회, 대출, 반납 등의 서비스

할 일

  • RQ_B001
  • RQ_B002
  • RQ_B003

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.