Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 921 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 921 Bytes

Build Status Coverage Status License

zeShop

ZeShop is a free, open source e-commerce solution. The solution is build with micro-sevices architecture based on spring-cloud framework.


Quick start

  • cd docker
  • docker-compose up

Getting Started (DEV Front)

  • ./mvnw clean install
  • docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d

Getting Started (DEV Back)

###Server order :

  • Configuration server
  • Eureka server
  • Gateway server
  • Auth server
  • Product server
  • Cart server