# README
RESTful API Example
This example shows that how to create a RESTful API.
The example support custom middlewares for your RESTful API controller. You can design your api like this, it is very easy to extend.
Run Application
go run $GOPATH/src/github.com/headwindfly/clevergo/examples/restful/main.go
And then navigate to http://localhost:8080.