A pokedex REST API kata in go
Go to file
Wouter Groeneveld fd10dbbd13 add protobuf contract back to front; make pokemon structs internal 2024-04-15 13:56:10 +02:00
docs add protobuf contract back to front; make pokemon structs internal 2024-04-15 13:56:10 +02:00
pb add protobuf contract back to front; make pokemon structs internal 2024-04-15 13:56:10 +02:00
pokemon add protobuf contract back to front; make pokemon structs internal 2024-04-15 13:56:10 +02:00
rest add protobuf contract back to front; make pokemon structs internal 2024-04-15 13:56:10 +02:00
.gitignore add protobuf contract back to front; make pokemon structs internal 2024-04-15 13:56:10 +02:00
Makefile add protobuf contract back to front; make pokemon structs internal 2024-04-15 13:56:10 +02:00
README.md add protobuf contract back to front; make pokemon structs internal 2024-04-15 13:56:10 +02:00
go.mod add protobuf contract back to front; make pokemon structs internal 2024-04-15 13:56:10 +02:00
go.sum add protobuf contract back to front; make pokemon structs internal 2024-04-15 13:56:10 +02:00
main.go added /docs swagger endpoint for kicks and giggles 2024-04-15 12:09:11 +02:00
server.go initial commit 2024-04-15 10:27:31 +02:00

README.md

Pokedex README

A simple Go-powered REST API kata.

HTTP Server

  • KISS: Use built-in http package. https://gin-gonic.com/ looks cooler but also adds dozens of dependencies 😮 No need for a "fully-featured" web framework.

Protobuf

Swagger