This is api gateway for following micro services.
- Auth micro service: https://github.com/Rehman-Akram/grpc-auth-svc
- Product micro service: https://github.com/Rehman-Akram/grpc-product-svc
- Order micro service: https://github.com/Rehman-Akram/grpc-order-svc
- Shared proto repo: https://github.com/Rehman-Akram/grpc-nest-proto
- Node: 20.14.0
- npm i
- npm run proto:install (This will install our proto package for gPRC)
- npm run proto:all (This will create .pb files in our modules for services)