- toy project to experiment with the new kotlin dsl for gradle builds
# if you don't have a running postgresql container, spin up one:
$ make db
# build the backend
$ make
# spin up the backend
$ make up
# hit the endpoint
$ curl localhost:8080
GNU General Public License v3
Copyright (c) 2015-2018 Filipe Silva (ninrod)