You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added CI/CD for GitHub Workflows
* Updated Postman collection and Fixed the API path
* Added a new command `make build` to Makefile for purely building dockerfiles
* Updated README doc with CI/CD badge and a few minor changes and a new Todos
* Added a new container “Proxy” to distribute the traffic to Golang API supporting both TLS and Non-TLS Connections
* Fixed TLS bug with Redis Container and Golang Client Connection through TLS
* Resolved the flow for context and cancellation per request instead of instance of each service
* Added a new endpoint `/healthz` to assess the health of API and determine the container health
* Added a new method for Cache `PersistWithTimeToLive` that automatically removes the record after defined duration
* Updated environment variables in separate file `.env` at the root of `deploy` under docker package
0 commit comments