Skip to content

Blankll/dubbo-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dubbo-shop

YourActionName Actions Status YourActionName Actions Status

a micro-service shop

backend services:

  • shop-gateway
  • shop-common
  • shop-coupon
  • shop-goods
  • shop-order
  • shop-pay
  • shop-user

font-end:

  • shop-ui

requirement

  • java version 11
  • docker
  • docker-compose
  • react-16

start backend service locally

./shop-services/scripts/start-local.sh

start ui locally

cd shop-ui
npm run start