Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 328 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 328 Bytes

CKIN - Coupon API Server

⛳️ Getting Started

  1. Repository 클론
git clone https://github.com/nhnacademy-be4-ckin/ckin-coupon
  1. ckin-coupon 폴더로 이동
cd ckin-coupon
  1. maven project build
./mvnw clean install
  1. spring boot 실행
./mvnw spring-boot:run