first commit

This commit is contained in:
GO
2021-09-03 09:52:42 +00:00
commit eef066b179
11 changed files with 477 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# Product Catalog API
Blogs for Detailed Tutorial:
* <a href="https://learnai1.home.blog/2021/03/15/microservices-in-go/">Introductory Blog.</a>
* <a href="https://learnai1.home.blog/2021/03/18/microservices-in-go-part-2/">Adding More API's.</a>
* <a href="https://learnai1.home.blog/2021/06/27/authentication-in-go-microservices/">Basic Authentication in Microservices.</a>
* <a href="https://learnai1.home.blog/2021/07/08/microservices-in-go-part-iv-docker-and-go-microservices/">Docker and Go Microservices.</a>
* <a href="https://learnai1.home.blog/2021/08/05/https-server-in-go/">HTTPS Server in Go.</a>
## Run API
``` bash
go run .\main.go
```
Use the above command to run API on your local machine on port 9090.