Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 707 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 707 Bytes

💻 RESTFull Echo API experiments

Simple go API suing echo web framework written in golang

🚀 Techs

🧘🏿‍ Features

  • Get header content
  • dockerize app

Enjoy it by using Taskfile

    # 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