b70e698b18
Add "drop table if exists" for exchange table
...
The initialization script is only called if no database exists, so this
shouldn't matter since there would be nothing to drop,
but consistency is nice.
2022-01-04 10:05:16 +02:00
649e2c729f
Merge pull request #10 from dancojocaru2000/Backend
...
Currency exchange in Backend
2022-01-03 21:57:28 +02:00
c7c8f3c765
Added transfer between different currency accounts
2022-01-03 21:49:38 +02:00
9a1e1b4fce
Added basic currency exchange data
2022-01-03 21:42:21 +02:00
e68709092b
Fixed datetime not having correct timezone
2022-01-03 21:42:03 +02:00
DariusTFox24
ab53e05287
Merge pull request #9 from dancojocaru2000/Frontend
...
Frontend updates
2022-01-03 14:28:47 +02:00
DariusTFox24
e8477db7b8
Implemented api stuff
2022-01-03 14:25:32 +02:00
28ac7a970e
Hotfix: notification for received transfer has wrong id
2022-01-03 11:45:18 +02:00
72b19d0c73
Added notification when receiving a transfer
2022-01-03 05:22:31 +02:00
f1cbb3a125
Implemented notifications support
2022-01-03 04:59:07 +02:00
4ecb5b426b
Added IBAN example
2022-01-03 04:07:47 +02:00
6f7242477e
Added checking for common Romanian banks in IBAN
2022-01-03 03:58:15 +02:00
d28bfcfb51
Added validate_iban endpoint
2022-01-03 03:41:38 +02:00
bb8c613399
Added transaction description for received
2022-01-03 03:19:23 +02:00
5313b4cecd
Added transaction support
2022-01-03 03:17:49 +02:00
5da66e520b
Implemented initial /transactions endpoint support
2021-12-31 20:52:55 +02:00
18fe6e9355
Fixed IBAN generation
2021-12-30 00:55:37 +02:00
02cf164620
Fixed /accounts/... response
2021-12-29 20:36:05 +02:00
17d1cb2400
Added documentation for accounts endpoints
2021-12-29 20:23:28 +02:00
31511f6004
Fixed error handling
2021-12-29 20:16:58 +02:00
9ded9cc604
Added GET /accounts endpoint
2021-12-29 19:36:47 +02:00
f19aad8d3e
Added logout endpoint and documentation
2021-12-29 19:36:09 +02:00
f91b6be3a5
Implemented initial account support
...
Also refatored into package
Also added Swagger/OpenAPI
2021-12-29 10:48:42 +02:00
efb98ceb2e
Allowed database file to be changed via env var
2021-12-09 13:54:25 +02:00
a78d42ef1b
Moved @ensure_logged_in to the decorators file
...
Also added docstrings to the decorators
2021-12-09 13:48:36 +02:00
24ea084434
Fixed bug in ensure_logged_in decorator
2021-12-06 02:55:49 +02:00
b390bfc5c4
Add logout
2021-12-06 02:04:13 +02:00
be0b22cbed
Implement login
2021-12-06 01:34:00 +02:00
188cca8c39
Added initial server database work
2021-11-30 14:13:57 +02:00
533cc6096c
Added VS Code workspace
2021-11-14 15:31:07 +02:00
9cdfed4b45
Initial commit
2021-11-14 15:13:40 +02:00