688a9dcaf2
Add DAL interface and mock
...
Also add entity package with domain types.
2024-04-27 20:42:11 +01:00
d162eeee3d
Reword method for retrieving single bank/transaction
...
Changed to the singular of the word.
Generated new server implementation.
2024-04-27 20:33:50 +01:00
86036afa4e
API server online and DB connection established
...
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
2024-03-23 16:51:07 +00:00
1aa6e28b69
Implement basic /transactions method
...
Issue #1
2024-03-23 16:51:00 +00:00
b2451fed66
OpenAPI RESTful API code generator
...
This patch includes and uses the oapi-codegen tool to auto-generate go
boilerplate code, based on the OpenAPI spec.
Issue #4
2024-03-23 16:50:42 +00:00