Commit Graph

8 Commits

Author SHA1 Message Date
f77399b1d2 [+] add ruff
1. add ruff recipies to Makefile;
  2. reformat source code with ruff;
2025-07-18 10:11:28 +03:00
207a8737ba [+] clean async_api
1. comment out not used logic;
  2. remove app.py and websocket_api.py;
2025-07-18 10:07:43 +03:00
c81ee3c4ec [+] fix postgresql environment 2025-07-18 10:04:55 +03:00
d185aaf329 [+] add initial payloads/models.py migration 2025-07-18 09:59:16 +03:00
fe33d5c7f6 [+] rename module folder
1. rename python module folder;
  2. clean up payloads/logic.py;
  3. update partially payloads/alembic/env.py;
2025-07-18 09:55:22 +03:00
0ee9e87b7f [+] update payloads.models 2025-07-18 09:51:05 +03:00
cfdd6b72f0 [+] add requirements 2025-07-17 21:17:41 +03:00
d0ffbeef0f [+] add simple fastapi template
1. rename basic package name;
  2. rewrite requirements into docs/readme.md;
2025-07-17 21:14:07 +03:00