mirror of
https://github.com/marcogll/telegram_expenses_controller.git
synced 2026-01-13 21:35:15 +00:00
This commit introduces the initial project structure for the expense tracker application. It includes the basic directory layout, configuration files, a FastAPI server with a `/process-expense` endpoint for n8n integration, and a `.gitignore` file to ensure a clean repository. This completes Phase 1 of the development plan.
9 lines
235 B
JSON
9 lines
235 B
JSON
{
|
|
"user_name": "Marco Gallegos",
|
|
"rfc": "GAMM910513CW6",
|
|
"regimen_fiscal_default": "612 - Persona Física con Actividad Empresarial y Profesional",
|
|
"moneda_default": "MXN",
|
|
"pais": "MX",
|
|
"timezone": "America/Mexico_City"
|
|
}
|