An open API service indexing awesome lists of open source software.

https://github.com/beomjunlee/jpashop

:computer:회원기능, 상품기능, 주문기능 연습 및 성능 최적화:computer:
https://github.com/beomjunlee/jpashop

jpa springboot thymeleaf-template-engine

Last synced: 26 days ago
JSON representation

:computer:회원기능, 상품기능, 주문기능 연습 및 성능 최적화:computer:

Awesome Lists containing this project

README

          

## SpringBoot, jpa 활용 앱 어플레케이션 개발 practice (Ref.김영한 강사님)

### 요구 사항 분석

#### 회원 기능
- 회원 등록
- 회원 조회

#### 상품 기능
- 상품 등록
- 상품 수정
- 상품 조회

#### 주문 기능
- 상품 주문
- 주문 내역 조회
- 주문 취소

#### 기타 요구사항
- 상품은 재고 관리가 필요하다.
- 상품의 종류는 도서, 음반, 영화가 있다.
- 상품을 카테고리로 구분할 수 있다.

### 엔티티 설계