No description
Find a file
Luís Murta 3b00fa6cf5
All checks were successful
Go / build (1.23) (pull_request) Successful in 19s
Go / build (1.22) (pull_request) Successful in 21s
Lint PR / commitlint (pull_request) Successful in 23s
Go / build (1.24) (pull_request) Successful in 25s
Go / build (1.23) (push) Successful in 13s
Go / build (1.22) (push) Successful in 15s
Go / build (1.24) (push) Successful in 20s
feat: add description filter to transactions
Fix ILIKE to use %?% for partial matching as expected.
2025-09-05 22:42:27 +01:00
.github/workflows ci: add commitlint action 2025-06-21 19:37:15 +01:00
cmd/api-server refactor: swap strings with an SQL builder 2025-08-24 23:27:20 +01:00
docs feat: add description filter to transactions 2025-09-05 22:42:27 +01:00
internal feat: add description filter to transactions 2025-09-05 22:42:27 +01:00
.gitignore Initial commit 2024-02-05 23:52:13 +00:00
COPYING Initial commit 2024-02-05 23:52:13 +00:00
go.mod refactor: swap strings with an SQL builder 2025-08-24 23:27:20 +01:00
go.sum refactor: swap strings with an SQL builder 2025-08-24 23:27:20 +01:00
README.md Initial commit 2024-02-05 23:52:13 +00:00
tools.go Adds missing OpenAPI configuration file 2024-05-28 21:54:48 +01:00

Personal Finance web server

This is the implementation of the web server offering the REST API communicate with the personal finance DB.