Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CassioRoos/echoSwaggerTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo Swagger

How to run the application

docker-compose -f docker/docker-compose.yml up --build 

After that, just access the swagger - http://localhost/swagger/index.html

While doing this POC I made some comments in the code that might help who is looking to implement Swagger

Want to get in touch, give me a shout [email protected]

Also using nginx to loadbalance the requests.

The load balance chosen is Round Robin, each request will be attended for one container at a time. It will respect the order in which they were configured.

About

A simple Echo API to use swagger.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published