Simple RESTful API to create, read, update and delete. No database implementation yet
# Install mux router
go get -u github.com/gorilla/mux
go build
./go-rest-api-tutorial
GET /people
GET /people/{id}
DELETE /people/{id}
POST /people
Request sample
# {
# "firstname":"John",
# "lastname":"Doe",
# "address":{"city":"London", "state":"EN"}
# }
GET /university
Request sample
# Request Param add :
# country = turkey