Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 503 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 503 Bytes

Gozero-app

Go-zero is a web and rpc framework that integrates various engineering practices.Flexible design guarantees stability at the same end and undergoes a full operational test.

Docs: https://go-zero.dev/en/

Instruction

  1. Install Dependencies
    • make app-dependencies-up
  2. Create Table and run migrate
    • make migrate
  3. Run RPC services
    • auth
    • product
    • order
  4. Run Gateway API
    • gateway-api

For more details see MakeFile