Demo(Building E-Commerce Microservice using Golang, Rest and GRPC)
- Create Backend for Product, Order, & Payment
- Integrate all backend using GRPC
- Create Client (both for Front end web and Mobile app)
-
Need Docker and Docker Compose on your Machine
-
Run Command
$ make up
-
And visit the Front End
http://localhost:3003
-
Stop Container
$ make down