Skip to content

Example Project of EC App implemented `micro service architecture` with Go and React.js

License

Notifications You must be signed in to change notification settings

rikeda71/ec_micro-service_with_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example Project of EC App implemented `micro service architecture` with Go and React.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published