Luís Murta b506a575fa
Implements /transactions POST method
It adds the method to the OpenAPI spec and generates a new server
config. The requirement for the ID on the Transaction component is
removed, so that it can be reused for insertions.
It also adds two new middlewares, a logging and a spec validator. If a
request does not follow the spec, a 400 is returned immediately.

Issue: #18
2024-05-27 22:17:06 +01:00
2024-05-27 22:17:06 +01:00
2024-02-05 23:52:13 +00:00
2024-02-05 23:52:13 +00:00
2024-05-27 22:17:06 +01:00
2024-05-27 22:17:06 +01: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%