My simple Golang REST API prototype.
Go to file
2022-03-06 14:20:16 +01:00
cmd/server Initial code - bare-bone endpoints for creating simple objects 2022-03-04 19:22:31 +01:00
internal/app Refactored and added simple validation to CreateCategoryHandler 2022-03-06 14:20:16 +01:00
test/handler Refactored and added simple validation to CreateCategoryHandler 2022-03-06 14:20:16 +01:00
.env.dist Initial code - bare-bone endpoints for creating simple objects 2022-03-04 19:22:31 +01:00
.gitignore Refactored and added simple validation to CreateCategoryHandler 2022-03-06 14:20:16 +01:00
go.mod Refactored and added simple validation to CreateCategoryHandler 2022-03-06 14:20:16 +01:00
go.sum Refactored and added simple validation to CreateCategoryHandler 2022-03-06 14:20:16 +01:00
Makefile Refactored and added simple validation to CreateCategoryHandler 2022-03-06 14:20:16 +01:00
modd.conf Initial code - bare-bone endpoints for creating simple objects 2022-03-04 19:22:31 +01:00
README.md Initial code - bare-bone endpoints for creating simple objects 2022-03-04 19:22:31 +01:00

rest-api-prototype

My simple Golang REST API prototype.