Actualizar 'README.md'
This commit is contained in:
		
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							@ -1,14 +1,5 @@
 | 
				
			|||||||
# Product Catalog API
 | 
					# 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
 | 
					``` bash
 | 
				
			||||||
go run .\main.go
 | 
					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
 | 
					Building Docker Image
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> docker build -t microsrvice .
 | 
					> docker build -t microsrvice .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> docker images
 | 
					> docker images
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> docker run -p 9090:9090 microservice
 | 
					> docker run -p 9090:9090 microservice
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user