Categorygithub.com/EwanGreer/scaleable-e-commerce
repository
0.0.0-20241206004249-7f81fa8e2b00
Repository: https://github.com/ewangreer/scaleable-e-commerce.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

README

A scale-able e-commerce API

Running

This project required Docker to run.

To run all services in docker, including Kafka etc.

docker compose up --build -d

To run an individual service, and its deps

docker compose up -d <service_name>

Services

  • User Service
  • Product Catalog Service
  • Shopping Cart Service
  • Order Service
  • Payment Service
  • Notification Service