• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    Go
  • Created almost 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

(On Progress) Lab (Building E-Commerce Microservices using Golang, Rest and GRPC with Multiple Docker Container)

Mini E-Commerce Build with Go, GRPC, and Microservices Architecture with Multiple Docker Container

forthebadge forthebadge

Demo(Building E-Commerce Microservice using Golang, Rest and GRPC)

alt text

TODO

  • Create Backend for Product, Order, & Payment
  • Integrate all backend using GRPC
  • Create Client (both for Front end web and Mobile app)

Running

  • Need Docker and Docker Compose on your Machine

  • Run Command

    $ make up
  • And visit the Front End http://localhost:3003

  • Stop Container

    $ make down