https://github.com/musobarlab/ecommerce-grpc-microservice
(On Progress) Lab (Building E-Commerce Microservices using Golang, Rest and GRPC with Multiple Docker Container)
https://github.com/musobarlab/ecommerce-grpc-microservice
clean-architecture docker-compose docker-container ecommerce go golang golang-examples grpc
Last synced: 26 days ago
JSON representation
(On Progress) Lab (Building E-Commerce Microservices using Golang, Rest and GRPC with Multiple Docker Container)
- Host: GitHub
- URL: https://github.com/musobarlab/ecommerce-grpc-microservice
- Owner: musobarlab
- Created: 2018-02-01T09:33:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T14:04:16.000Z (about 7 years ago)
- Last Synced: 2025-04-09T22:51:36.812Z (26 days ago)
- Topics: clean-architecture, docker-compose, docker-container, ecommerce, go, golang, golang-examples, grpc
- Language: Go
- Homepage:
- Size: 1.42 MB
- Stars: 111
- Watchers: 7
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini E-Commerce Build with Go, GRPC, and Microservices Architecture with Multiple Docker Container
[](https://forthebadge.com) [](https://forthebadge.com)
Demo(Building E-Commerce Microservice using Golang, Rest and GRPC)
##

##
### 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```shell
$ make up
```- And visit the Front End `http://localhost:3003`
- Stop Container
```shell
$ make down
```