Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 624 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 624 Bytes

echo-boilerplate

Starting point for creating Go based HTTP server using Echo

Requirements

You need Golang to run echo-boilerplate.
Golang is available at https://golang.org/

Running the tests

Installation:

$ go get -u github.com/labstack/echo/...

To Run:

$ cd server
$ go run server.go

Browse to http://localhost:8080

Built With

  • Echo - Go Web framework

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details