Skip to content

pag-r/go_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go get github.com/gorilla/mux

#rest_api_single - GET for home + all employees
go build rest_api_single.go
./rest_api_single
curl -X GET localhost:9999/
curl -X GET localhost:9999/emp

#rest_api - GET/POST/DELETE
go build rest_api.go
./rest_api
curl -X GET localhost:9999/
curl -X GET localhost:9999/emp
curl -X GET localhost:9999/emp/<id>

Releases

No releases published

Packages

No packages published

Languages