main.py — FastAPI App from fastapi import FastAPI from sqlalchemy import create_engine app = FastAPI (title= "Mi API" ) @app .get( "/empresas/{id}" ) async def get_empresa (id: int): return db .query(Empresa, id) 12 34 56 78 Uvicorn running on http://localhost:8000 Press Ctrl+C to stop ENDPOINTS ACTIVOS GET /empresas/{id} POST /pedidos PATCH /inventario INTEGRACIÓN D365 ✓ Dynamics 365 F&O ✓ PostgreSQL · Azure BASE DE DATOS PostgreSQL Open source · Escalable APP MÓVIL Android iOS PWA STACK TECNOLÓGICO Python FastAPI PostgreSQL Azure D365

Python FastAPI PostgreSQL Azure

Android iOS React Native

FastAPI REST D365 Webhooks

Python CFDI Banca Cron

Python PostgreSQL Azure