Starting point for creating Go based HTTP server using Echo
You need Golang to run echo-boilerplate.
Golang is available at https://golang.org/
Installation:
$ go get -u github.com/labstack/echo/...
To Run:
$ cd server
$ go run server.go
Browse to http://localhost:8080
- Echo - Go Web framework
- Greg Amato - Initial work - Amatobahn
This project is licensed under the MIT License - see the LICENSE.md file for details