This is an experiment to create an gRPC server using Golang to serve a "products" listing/creation API and a Nest.js app that communicates with the server and serves a REST API to create and list the products. You can create and list products using the api.http
file.
- Clone repo
docker-compose up
to start the containers and run apps