Skip to content

appthrust/template-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo API Template

Minimal AppThrust template for Echo API.

Local development

go run .

Docker

docker build -t echo-api .
docker run --rm -p 8080:8080 echo-api

Health check:

curl http://localhost:8080/healthz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors