My simple Golang REST API prototype.
Go to file
Piotr Biernat 41292b25e3
All checks were successful
continuous-integration/drone/push Build is passing
[feature] Added systemd support
2022-04-23 21:11:04 +02:00
cmd/server [tmp] disabled db support 2022-04-23 13:13:59 +02:00
deploy/docker [feature] Added CI config 2022-04-21 22:37:05 +02:00
init [feature] Added systemd support 2022-04-23 21:11:04 +02:00
internal/app [feature] Added systemd support 2022-04-23 21:11:04 +02:00
test/handler [fix] Fixed tests scenarios 2022-03-14 16:25:17 +01:00
.drone.yml [feature] Added CI config 2022-04-21 22:37:05 +02:00
.env.dist Initial develop branch 2022-03-11 18:08:03 +01:00
.gitignore [fix] Makefile and git-ignored files 2022-03-14 17:06:43 +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 [feature] Added systemd support 2022-04-23 21:11:04 +02: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.