No description
Find a file
2025-11-28 08:28:59 +03:00
database Added docker config 2025-11-26 13:50:30 +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 refactor: Use explicit Sage document type constants for enums, document listing, and transformation endpoints. 2025-11-28 08:28:59 +03:00
config.py refactor: Use explicit Sage document type constants for enums, document listing, and transformation endpoints. 2025-11-28 08:28:59 +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 docker config 2025-11-26 13:50:30 +03:00
sage_client.py fix: Use query parameters for changing quote status and transforming documents, and remove "NOUVEAU" tags from docstrings. 2025-11-28 05:39:04 +03:00

backend_vps