My simple Golang REST API prototype.
Go to file
2022-03-04 19:22:31 +01:00
cmd/server Initial code - bare-bone endpoints for creating simple objects 2022-03-04 19:22:31 +01:00
internal/app Initial code - bare-bone endpoints for creating simple objects 2022-03-04 19:22:31 +01:00
.env.dist Initial code - bare-bone endpoints for creating simple objects 2022-03-04 19:22:31 +01:00
.gitignore Initial code - bare-bone endpoints for creating simple objects 2022-03-04 19:22:31 +01:00
go.mod Initial code - bare-bone endpoints for creating simple objects 2022-03-04 19:22:31 +01:00
go.sum Initial code - bare-bone endpoints for creating simple objects 2022-03-04 19:22:31 +01:00
Makefile Initial code - bare-bone endpoints for creating simple objects 2022-03-04 19:22:31 +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.