Library-Borrow-System / library-borrow-server

[A to Z 개인 프로젝트 과제] 도서 대여 시스템 서버

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

library-borrow-server

[프로그래머스 데브코스 백엔드 3기] 개인 프로젝트 과제로 도서 대여 및 반납 서비스를 구현한 서버 입니다.


[3기-C] 김소현 ( thguss )

🛠 Used Stacks


🐾 API 명세서 ( 전체 명세서 바로가기 )

기능명 url 명세서
책 등록 API [POST] /api/v1/books 명세서 바로가기
책 전체 조회 API [GET] /api/v1/books 명세서 바로가기
책 상세 조회 API [GET] /api/v1/book/{bookId} 명세서 바로가기
책 수정 API [PUT] /api/v1/book/{bookId} 명세서 바로가기
책 삭제 API [DELETE] /api/v1/book/{bookId} 명세서 바로가기
책 대여 API [POST] /api/v1/borrows 명세서 바로가기
대여 중인 책 조회 API [GET] /api/v1/borrows 명세서 바로가기
책 반납 API [POST] /api/v1/borrow/return?borrowId=""&bookId="" 명세서 바로가기

🌿 Branch Strategy

Branch Name 설명
main 초기 세팅 존재
develop 구현 완료 브랜치
feature/#issue_num 이슈 별 기능 구현 브랜치

📁 Project Foldering

image


🥫 ERD

image

About

[A to Z 개인 프로젝트 과제] 도서 대여 시스템 서버


Languages

Language:Java 100.0%