- Order service
 - Customer service
 - Gateway service
 - Used AWS dynamoDB local version as database
 
- docker
 - docker-swarm
 
git clone https://github.com/canack/grpc-example-go.git
cd grpc-example-go
docker-compose up # Starts all services 
# After than a short time, you can test with this url : http://localhost:3434/swagger/index.html
# To close and remove all services:
# CTRL + C
docker-compose down