688a9dcaf2
Add DAL interface and mock
...
Also add entity package with domain types.
2024-04-27 20:42:11 +01:00
d832d64760
go mod tidy
2024-04-27 20:39:58 +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
41e13c646d
Initial commit
2024-02-05 23:52:13 +00:00