Boilerplate for how I like to write a backend web service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
AJ ONeal ec9b29f680 update LICENSE and AUTHORS 4 years ago
assets static server with basic options 4 years ago
public static server with basic options 4 years ago
tools static server with basic options 4 years ago
vendor vendor deps 4 years ago
.gitignore static server with basic options 4 years ago
.prettierignore initial commit 4 years ago
.prettierrc initial commit 4 years ago
AUTHORS update LICENSE and AUTHORS 4 years ago
LICENSE initial commit 4 years ago
README.md update LICENSE and AUTHORS 4 years ago
go.mod handle .env files 4 years ago
go.sum handle .env files 4 years ago
main.go handle .env files 4 years ago

README.md

goserv

Boilerplate for how I like to write a backend web service

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.