Commit Graph

10 Commits

Author SHA1 Message Date
hasslesstech bba801f2d2 add balance entity
Add respecting schema, model and adapt all endpoints to utilize it.
Add two new endpoints for increasing and checking the balance.
2024-12-28 18:50:46 +02:00
hasslesstech 32fd20b3ae migrate user, category and record API to db 2024-12-28 15:10:29 +02:00
hasslesstech c2104fd9cc finish user API migration to DB 2024-12-28 12:49:54 +02:00
hasslesstech 7ef08e64c2 migrate post user and get users api 2024-12-27 23:23:21 +02:00
hasslesstech 9fe9a112e7 add database and marshmallow entities to app 2024-12-27 21:51:19 +02:00
hasslesstech 1ad5a7587b add record-related endpoints 2024-10-28 20:10:04 +02:00
hasslesstech e6954e5710 add category-related endpoints 2024-10-28 18:18:28 +02:00
hasslesstech 5d9da36bc5 add workaround for postman flow
Add endpoint specifically designed to make sure postman flow will
execute correctly on any run regardless of what previous changes have
been done to the server database.
2024-10-28 17:27:34 +02:00
hasslesstech 3390b2e374 add user-related endpoints 2024-10-28 17:19:47 +02:00
hasslesstech 4936114942 add initial application code alongside it's dependencies 2024-09-24 20:25:06 +03:00