From 6d2171c61b01f849ae2c8b09f02b7fd4cef8a933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20David=20Guill=C3=A9n?= Date: Wed, 15 Sep 2021 19:15:08 +0000 Subject: [PATCH] Actualizar 'README.md' --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3fb1e5f..cc40b90 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,5 @@ # 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 ``` @@ -17,7 +8,10 @@ Use the above command to run API on your local machine on port 9090. Building Docker Image + > docker build -t microsrvice . + > docker images + > docker run -p 9090:9090 microservice