💻 RESTFull Echo API experiments
Simple go API suing echo web framework written in golang
- Get header content
- dockerize app
# build app
task build
# build docker image
task build-image
# start a container with previous build image
task deploy
Please refer to Taskfile for more dev commands