Luís Murta 19974a5f44
Working /transactions endpoint with DB connection
Adds the database abstraction layer (DAL) with a Transactions method
and a Connection object to encapsulate the DB open connection.
Includes a DAL unit test using the go-sqlmock library.

Connection to a PostgreSQL database using environment variables to
store the secrets.

Overall, with the /transactions endpoint requesting directly to the DB,
this patch finish the tracer bullet project.

Issues #1, #5, #6 and #7
2024-02-13 19:27:26 +00:00
2024-02-05 23:52:13 +00:00
2024-02-05 23:52:13 +00:00
2024-02-05 23:52:13 +00:00
2024-02-05 23:52:13 +00:00

Personal Finance web server

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

Description
No description provided
Readme 404 KiB
Languages
Go 100%