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

https://github.com/mahdimotamedi/go-echo-example-app

A tutorial app with go and echo micro framework.
https://github.com/mahdimotamedi/go-echo-example-app

echo echo-framework golang tutorial

Last synced: 9 days ago
JSON representation

A tutorial app with go and echo micro framework.

Awesome Lists containing this project

README

          

# go-echo-example-app

> a tutorial app with go and echo micro framework

## Build Setup

``` bash
# get echo
go get github.com/labstack/echo

# run app on port 1323
go run server.go
```

this project is still under construction...