Skip to content

wooobo/nuxtjs-springboot-kafka-order-domain-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

프로젝트 설명

#카프카, Spring boot 를 활용하여 주문 접수 및 주문 생성 로직 구현

kafka docker start

$ cd kafka
$ docker-compose -f kafka-cluster.yml up

server

$ cd server
# spring boot app start

Front end

$ cd nuxtjs-order-client
$ yarn install # node_modules install
$ yarn dev # client server start

server architecture

Alt text

Front Client 페이지 캡처

메인 화면("/")

Alt text

스토어 리스트("/store-list")

Alt text

상품 리스트("/product/:_storeId/list")

Alt text

매장 주문 확인 페이지("/order/:_storeId/order-list")

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published