Boilerplate for how I like to write a backend web service.
Go to file
AJ ONeal 042ffda543 add postgres db init, and stub out some API routes 2020-09-30 01:56:23 -06:00
assets add postgres db init, and stub out some API routes 2020-09-30 01:56:23 -06:00
internal/db add postgres db init, and stub out some API routes 2020-09-30 01:56:23 -06:00
public static server with basic options 2020-09-28 01:26:16 -06:00
tools static server with basic options 2020-09-28 01:26:16 -06:00
vendor add postgres db init, and stub out some API routes 2020-09-30 01:56:23 -06:00
.gitignore static server with basic options 2020-09-28 01:26:16 -06:00
.prettierignore initial commit 2020-09-19 21:55:46 -06:00
.prettierrc initial commit 2020-09-19 21:55:46 -06:00
AUTHORS update LICENSE and AUTHORS 2020-09-28 21:17:10 -06:00
LICENSE initial commit 2020-09-19 21:55:46 -06:00
README.md limit upload size, update build info 2020-09-29 22:34:20 -06:00
go.mod add postgres db init, and stub out some API routes 2020-09-30 01:56:23 -06:00
go.sum add postgres db init, and stub out some API routes 2020-09-30 01:56:23 -06:00
main.go add postgres db init, and stub out some API routes 2020-09-30 01:56:23 -06:00

README.md

goserv

Boilerplate for how I like to write a backend web service

Build

export GOFLAGS="-mod=vendor"
go mod tidy
go mod vendor
go generate -mod=vendor ./...
go build -mod=vendor .
./goserv run --listen :3000 --serve-path ./overrides

License

Copyright 2020. All rights reserved.