My simple Golang REST API prototype.
Go to file
2022-03-14 16:25:17 +01:00
cmd/server Initial develop branch 2022-03-11 18:08:03 +01:00
internal/app Initial develop branch 2022-03-11 18:08:03 +01:00
test/handler [fix] Fixed tests scenarios 2022-03-14 16:25:17 +01:00
.env.dist Initial develop branch 2022-03-11 18:08:03 +01:00
.gitignore Refactored and added simple validation to CreateCategoryHandler 2022-03-06 14:20:16 +01:00
go.mod Initial develop branch 2022-03-11 18:08:03 +01:00
go.sum Initial develop branch 2022-03-11 18:08:03 +01:00
insomnia.json Initial develop branch 2022-03-11 18:08:03 +01:00
Makefile [fix] Fixed makefile test target 2022-03-14 16:23:11 +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.