/go_rest_api

REST api with golang

Primary LanguageGo

go_rest_api

REST api with golang

ROUTES

GET "/books"

POST "/books"

GET "/books/:id"

PATCH "/checkout?id="

PATCH "/checkin?id="

PORT: 8080