Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 708 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 708 Bytes

EC micro-service with Go and

This repository is implemented electronic commerce application with micro service architecture

Technologies

  • backend
    • Go(echo, gorm)
    • mysql
    • Docker
    • RabbitMQ
  • frontend
    • TypeScript
    • React
    • nginx

Usage

Docker and docker-compose are required

./run.sh  # runnning application servers
./down.sh # down applications

Directory Structure

.
├── cart-app    # Shopping Cart
├── front-app   # Frontend Application
├── message-app # Message Q for Connecting Applications
├── order-app   # Order Histories
├── product-app # Product List
└── user-app    # Management User and Authentication