12 Commits

Author SHA1 Message Date
731b79c865
clean up debugging context 2024-12-29 18:25:30 +02:00
f78fa33397
secure all required endpoints with JWT 2024-12-29 18:21:37 +02:00
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
32fd20b3ae migrate user, category and record API to db 2024-12-28 15:10:29 +02:00
c2104fd9cc finish user API migration to DB 2024-12-28 12:49:54 +02:00
7ef08e64c2 migrate post user and get users api 2024-12-27 23:23:21 +02:00
9fe9a112e7 add database and marshmallow entities to app 2024-12-27 21:51:19 +02:00
1ad5a7587b
add record-related endpoints 2024-10-28 20:10:04 +02:00
e6954e5710
add category-related endpoints 2024-10-28 18:18:28 +02:00
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
3390b2e374
add user-related endpoints 2024-10-28 17:19:47 +02:00
4936114942 add initial application code alongside it's dependencies 2024-09-24 20:25:06 +03:00