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/
- Install Dependencies
make app-dependencies-up
- Create Table and run migrate
make migrate
- Run RPC services
auth
product
order
- Run Gateway API
gateway-api
For more details see MakeFile