This is the API server for GetBuckets. This is a joke with a friend that probably went too far. He goes on long runs, and it turns out he knows where all of the Honey Buckets are located for miles around. This server collects the coordinates of each "bucket" to display on a map. It also collects data about whether a given bucket is locked and it's cleanliness on a 1-5 scale, where 5 is :chef-kiss: incredible.
Have Postgres listening on port 5432 with a database created by the postgres named getbuckets.
With Go installed, run make migrate to run database migrations. Then use make run or make watch to start the server.
For this silly thing?
The file structure is loosely based on ardanlabs/service.