- Added TypeORM DataSource configuration
- Added payment-terminals entities
- Added PaymentTerminalsModule with bootstrap function
- Registered routes: /api/payment-terminals, /api/mercadopago, /api/clip
- Registered webhooks: /webhooks/mercadopago, /webhooks/clip
- Updated API info with available endpoints
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- package.json with Express, TypeORM, PostgreSQL dependencies
- tsconfig.json with TypeScript compiler options
- src/index.ts with health and API info endpoints
- .gitignore with standard exclusions
- Build compiles successfully
Ready for module implementation (8 modules planned)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>