Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rashevskiivv/go-echo-example

Pet project to try Echo. Check README for more info
https://github.com/rashevskiivv/go-echo-example

docker echo go golang

Last synced: about 1 month ago
JSON representation

Pet project to try Echo. Check README for more info

Awesome Lists containing this project

README

        

# go-echo-example
This project is a pet project to try [Echo](https://echo.labstack.com/).

## Docker
1. Clone this repository.
2. Build the container: ```docker build --tag echo-example .```
3. Run: ```docker run -p 8000:8000 echo-example```