CNDvn / go-microservice-with-gRPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Infrastructure

  1. API Gateway: Handles incoming HTTP requests
  2. Auth Service: Provides features such as Register, Login and generates Token by JWT
  3. Product Service: Provides features such as Add Product, Decrease Stock and Find Product
  4. Order Service: The only feature we ship in this Microservice is Create Order

About


Languages

Language:Go 95.6%Language:Makefile 2.8%Language:Shell 1.6%