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>
-
Notifications
You must be signed in to change notification settings - Fork 0
pag-r/go_rest_api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
go rest api
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published