restructure repo, separate sample app from docker configs
This commit is contained in:
4
05-example-web-application/api-golang/Makefile
Normal file
4
05-example-web-application/api-golang/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
.PHONY: run-local
|
||||
run-local:
|
||||
DATABASE_URL=postgres://postgres:foobarbaz@localhost:5432/postgres \
|
||||
go run main.go
|
||||
Reference in New Issue
Block a user