No description
Find a file
2025-12-02 19:45:02 +03:00
core Added authentication logics 2025-12-02 09:09:29 +03:00
database Added authentication logics 2025-12-02 09:09:29 +03:00
routes reverted second mismatching fix changes 2025-12-02 15:55:18 +03:00
security Added authentication logics 2025-12-02 09:09:29 +03:00
services corrected frontend URL mismatch 2025-12-02 19:45:02 +03:00
.env.example Initial backend FastAPI VPS 2025-11-26 11:37:05 +03:00
.gitignore feat: Add BaremeRemiseResponse model, expand SageGatewayClient with methods for document listing, status updates, discount retrieval, and PDF generation, and ignore .db files. 2025-11-27 13:08:44 +03:00
api.py Added authentication logics 2025-12-02 09:09:29 +03:00
config.py Test 2025-12-02 16:03:12 +03:00
create_admin.py Added authentication logics 2025-12-02 09:09:29 +03:00
docker-compose.yml Added docker config 2025-11-26 13:50:30 +03:00
Dockerfile Added docker config 2025-11-26 13:50:30 +03:00
email_queue.py Added docker config 2025-11-26 13:50:30 +03:00
init_db.py Added docker config 2025-11-26 13:50:30 +03:00
README.md Initial commit 2025-11-25 17:36:40 +00:00
requirements.txt Added authentication logics 2025-12-02 09:09:29 +03:00
sage_client.py refactor: Use specialized Sage client methods for listing commands and invoices, and enhance the document transformation response. 2025-11-28 08:52:55 +03:00

backend_vps