Skip to content

gk2savage/gokit-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

gokit-rest-api

GoDoc

Implementation of REST API with gokit framework

Go

https://github.com/go-kit/kit

  • GIN
  • GORM
  • SQLITE
[GIN-debug] GET    /products                 --> main.getProducts (3 handlers)
[GIN-debug] GET    /products/:id             --> main.getProductById (3 handlers)
[GIN-debug] POST   /products                 --> main.insertProduct (3 handlers)
[GIN-debug] PUT    /products/:id             --> main.updateProduct (3 handlers)
[GIN-debug] DELETE /products/:id             --> main.deleteProduct (3 handlers)
[GIN-debug] Listening and serving HTTP on :1991

About

Implementation of REST API with gokit framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages