Skip to content

Boilerplate project for creating Go based HTTP server using Echo

License

Notifications You must be signed in to change notification settings

Amatobahn/echo-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Boilerplate project for creating Go based HTTP server using Echo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published