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

https://github.com/yonggoose/jpa-shop-example

상품 주문등 간단한 쇼핑몰 구현
https://github.com/yonggoose/jpa-shop-example

java javaspringboot spring-boot spring-mvc

Last synced: 2 months ago
JSON representation

상품 주문등 간단한 쇼핑몰 구현

Awesome Lists containing this project

README

          

### 김영한 선생님의 [인프런 강의](https://www.inflearn.com/course/%EC%8A%A4%ED%94%84%EB%A7%81%EB%B6%80%ED%8A%B8-JPA-%ED%99%9C%EC%9A%A9-1/dashboard)를 듣고 만든 Spring Boot 파일입니다.

# 개발환경
- JDK 11
- Spring Boot 2.7.8
- Spring Data JPA
- IDE
- Intellij
- DATABASE
- h2
---

## 구현한 내용
1. 홈페이지
- Bootstrap의 소스를 인용했습니다.
2. 회원 가입 (Spring Security 사용 X)
3. 회원 목록
4. 상품 등록
5. 상품 목록
6. 주문 등록
7. 주문 목록
---
# 각종 화면들
### 데이터베이스 구조
![메인 화면](https://user-images.githubusercontent.com/104314593/225344623-f58f96af-1272-4937-b95f-e6b701d5f858.png)
### 회원 목록
![회원 목록](https://user-images.githubusercontent.com/104314593/225351063-b9ef158f-c05d-477b-82d2-b85d244b77a3.png)
### 상품 주문 화면
![상품 주문](https://user-images.githubusercontent.com/104314593/225350635-a82bfd5a-7458-4058-bb3f-8ed70fa79bdd.png)
### 상품 목록
![상품 목록](https://user-images.githubusercontent.com/104314593/225350819-7eb73f2d-abc9-4b8c-a3c4-a6ce03c86136.png)
### 상품 주문
![주문](https://user-images.githubusercontent.com/104314593/225351139-fc1eb504-d043-4813-8874-bf08f7487ffb.png)
### 상품 주문 목록
![주문 목록](https://user-images.githubusercontent.com/104314593/225351341-0a2852d7-a66a-4ec8-851e-f2f4d588675c.png)