Also add entity package with domain types.
Introduces the api-server/main.go, which creates the echo server, connects it to the implemented handlers and runs it. Fix the SQL query to retrieved transactions w/ categories. Issues #6 and #7
Issue #1
This patch includes and uses the oapi-codegen tool to auto-generate go boilerplate code, based on the OpenAPI spec. Issue #4