ORDEN DEL PROYECTO - SEMILLERO Generado: 2026-04-19 23:01:43 Nota: se omiten carpetas pesadas/temporales como node_modules, .git, dist y uploads. semillero\\ |-- backend\\ | |-- invima\\ | | |-- adapters.js | | \-- service.js | |-- .env | |-- .env.example | |-- .gitignore | |-- APIinvima.js | |-- APIinvima.json | |-- comando.sql | |-- comandos en pgadmin4.txt | |-- comandos.txt | |-- databasepg.js | |-- Diagrama_Excel_DATABASE.xlsx | |-- package.json | |-- package-lock.json | |-- PRIMER_AVANCE_BASE_DATOS.docx | |-- PRIMER_AVANCE_BASE_DATOS.pdf | |-- Productos.csv | |-- Productos.ods | |-- products_comands.py | |-- README.md | |-- REGISTROS_SANITARIOS_DE_DISPOSITIVOS_MÉDICOS_Y_OTRAS_TECNOLOGÍAS_20251026.csv | \-- server.js |-- diagramas\\ | \-- uml-plataforma.html |-- semillero\\ | |-- .vscode\\ | | |-- extensions.json | | |-- launch.json | | \-- tasks.json | |-- public\\ | | \-- favicon.ico | |-- src\\ | | |-- app\\ | | | |-- app.config.ts | | | |-- app.css | | | |-- app.html | | | |-- app.routes.ts | | | |-- app.spec.ts | | | \-- app.ts | | |-- index.html | | |-- main.ts | | \-- styles.css | |-- .editorconfig | |-- .gitignore | |-- angular.json | |-- package.json | |-- package-lock.json | |-- proxy.conf.json | |-- README.md | |-- tsconfig.app.json | |-- tsconfig.json | \-- tsconfig.spec.json \-- ORDEN_PROYECTO.txt RESUMEN FUNCIONAL - backend/: API Express + PostgreSQL + integracion INVIMA por Socrata/SODA + export CSV/XLSX. - semillero/: frontend Angular con vista de catalogo INVIMA API, filtros y descargas. - diagramas/: documento UML de arquitectura y flujos. - ORDEN_PROYECTO.txt: este inventario de estructura del proyecto.