My simple Golang REST API prototype.
Go to file
Piotr Biernat 752a058ac3
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
Merge 'feature/dev-prepare-for-release_1' (#1) from feature/dev-prepare-for-release_1 into develop
Reviewed-on: https://git.pbiernat.dev/golang/rest-api-prototype/pulls/1
2022-06-19 14:48:03 +02:00
cmd/server [release] release v1 2022-06-19 14:45:38 +02:00
deploy/docker [feature] Added CI config 2022-04-21 22:37:05 +02:00
init [fix] systemd config update & http service fix 2022-04-25 00:12:49 +02:00
internal/app [release] release v1 2022-06-19 14:45:38 +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 [feature] Updated go.mod to Go v1.18 and extended log func 2022-06-18 15:01:05 +02: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.