Kenneth Bruen
a84a06c1be
Added links in README
3 years ago
Kenneth Bruen
a521610a6b
Merge pull request #12 from dancojocaru2000/Backend
...
Add "drop table if exists" for exchange table
3 years ago
Kenneth Bruen
ee599f8bab
Add README
3 years ago
Kenneth Bruen
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.
3 years ago
DariusTFox24
1c56bf2a60
Merge pull request #11 from dancojocaru2000/Frontend
...
Finished frontend implementation with api
3 years ago
DariusTFox24
57d9ff8ed0
Finished frontend implementation with api
3 years ago
Kenneth Bruen
649e2c729f
Merge pull request #10 from dancojocaru2000/Backend
...
Currency exchange in Backend
3 years ago
Kenneth Bruen
c7c8f3c765
Added transfer between different currency accounts
3 years ago
Kenneth Bruen
9a1e1b4fce
Added basic currency exchange data
3 years ago
Kenneth Bruen
e68709092b
Fixed datetime not having correct timezone
3 years ago
DariusTFox24
ab53e05287
Merge pull request #9 from dancojocaru2000/Frontend
...
Frontend updates
3 years ago
DariusTFox24
e8477db7b8
Implemented api stuff
3 years ago
Kenneth Bruen
1250b12049
Merge pull request #8 from dancojocaru2000/Backend
...
Hotfix: notification for received transfer has wrong id
3 years ago
Kenneth Bruen
28ac7a970e
Hotfix: notification for received transfer has wrong id
3 years ago
DariusTFox24
5e19ab457b
Merge pull request #7 from dancojocaru2000/Backend
...
Backend updates
3 years ago
Kenneth Bruen
72b19d0c73
Added notification when receiving a transfer
3 years ago
Kenneth Bruen
f1cbb3a125
Implemented notifications support
3 years ago
Kenneth Bruen
4ecb5b426b
Added IBAN example
3 years ago
Kenneth Bruen
6f7242477e
Added checking for common Romanian banks in IBAN
3 years ago
Kenneth Bruen
d28bfcfb51
Added validate_iban endpoint
3 years ago
Kenneth Bruen
bb8c613399
Added transaction description for received
3 years ago
Kenneth Bruen
5313b4cecd
Added transaction support
3 years ago
Kenneth Bruen
5da66e520b
Implemented initial /transactions endpoint support
3 years ago
Kenneth Bruen
c429506bdf
Merge pull request #6 from dancojocaru2000/Frontend
...
Frontend Accounts functionality
3 years ago
Kenneth Bruen
a0a3fe774d
Merge pull request #5 from dancojocaru2000/Backend
...
Accounts functionality
3 years ago
DariusTFox24
e369315034
Updated state management and implemented new account functionality
3 years ago
Kenneth Bruen
18fe6e9355
Fixed IBAN generation
3 years ago
Kenneth Bruen
02cf164620
Fixed /accounts/... response
3 years ago
Kenneth Bruen
17d1cb2400
Added documentation for accounts endpoints
3 years ago
Kenneth Bruen
31511f6004
Fixed error handling
3 years ago
Kenneth Bruen
9ded9cc604
Added GET /accounts endpoint
3 years ago
Kenneth Bruen
f19aad8d3e
Added logout endpoint and documentation
3 years ago
Kenneth Bruen
f91b6be3a5
Implemented initial account support
...
Also refatored into package
Also added Swagger/OpenAPI
3 years ago
Kenneth Bruen
efb98ceb2e
Allowed database file to be changed via env var
3 years ago
Kenneth Bruen
a78d42ef1b
Moved @ensure_logged_in to the decorators file
...
Also added docstrings to the decorators
3 years ago
DariusTFox
b76cbe77c7
Partial implementation of select instead of text for currency type
3 years ago
DariusTFox
0e27defbdc
Partial API frontend implementation
3 years ago
DariusTFox24
b44a48f241
Merge pull request #4 from dancojocaru2000/Frontend
...
Frontend
3 years ago
Kenneth Bruen
4de89f001a
Merge pull request #3 from dancojocaru2000:Backend
...
Backend
3 years ago
DariusTFox24
cf0cb31933
Merge pull request #2 from dancojocaru2000/Frontend-Kenny-GitHubActions
...
Frontend-Kenny-GitHubActions
3 years ago
Kenneth Bruen
ae9ea618c5
Configure to generate preview on push to Frontend
3 years ago
Kenneth Bruen
619ccc6be0
Configure installing dependencies with npm
3 years ago
Kenneth Bruen
2c28d5eb5c
Set working directory for actions
3 years ago
Kenneth Bruen
772fcccc7b
Modified GitHub Actions workflow to deploy on push
3 years ago
DariusTFox
860400e1f3
Implemented login/logout/username with api
3 years ago
Kenneth Bruen
24ea084434
Fixed bug in ensure_logged_in decorator
3 years ago
Kenneth Bruen
b390bfc5c4
Add logout
3 years ago
DariusTFox
d3883876dc
Custom 404 page
3 years ago
Kenneth Bruen
be0b22cbed
Implement login
3 years ago
Kenneth Bruen
a41137cf0b
Added GitHub Actions workflow
3 years ago