1
0
Fork 0
mirror of https://github.com/dancojocaru2000/foxbank.git synced 2025-02-22 23:39:36 +02:00
foxbank/server
Dan Cojocaru 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
..
.vscode Implemented api stuff 2022-01-03 14:25:32 +02:00
foxbank_server Added transfer between different currency accounts 2022-01-03 21:49:38 +02:00
.dockerignore Added initial server database work 2021-11-30 14:13:57 +02:00
.gitignore Added initial server database work 2021-11-30 14:13:57 +02:00
docker-compose.yml Added initial server database work 2021-11-30 14:13:57 +02:00
Dockerfile Implement login 2021-12-06 01:34:00 +02:00
init.sql Add "drop table if exists" for exchange table 2022-01-04 10:05:16 +02:00
Pipfile Implemented initial account support 2021-12-29 10:48:42 +02:00
Pipfile.lock Implemented initial account support 2021-12-29 10:48:42 +02:00
run.sh Fixed bug in ensure_logged_in decorator 2021-12-06 02:55:49 +02:00
server.py Implemented initial account support 2021-12-29 10:48:42 +02:00
setup.cfg Implemented initial account support 2021-12-29 10:48:42 +02:00