# Product Catalog API Blogs for Detailed Tutorial: * Introductory Blog. * Adding More API's. * Basic Authentication in Microservices. * Docker and Go Microservices. * HTTPS Server in Go. ## Run API ``` bash go run .\main.go ``` Use the above command to run API on your local machine on port 9090.