Go to file
Andres Fabian Patiño Bermudez 61846c97f7 feat: add presentation layer
- Add Express routes configuration
- Implement TaskController and StateController
- Add error handler and logger middleware
- Add shared DTOs and AppError utility
- Set up application entry point
2026-05-14 21:32:59 -05:00
prisma feat: add prisma schema and migrations 2026-05-14 21:32:23 -05:00
src feat: add presentation layer 2026-05-14 21:32:59 -05:00
Dockerfile chore: initial project setup 2026-05-14 21:32:11 -05:00
jest.config.ts chore: initial project setup 2026-05-14 21:32:11 -05:00
nixpacks.toml chore: initial project setup 2026-05-14 21:32:11 -05:00
package.json chore: initial project setup 2026-05-14 21:32:11 -05:00
pnpm-lock.yaml chore: initial project setup 2026-05-14 21:32:11 -05:00
prisma.config.ts chore: initial project setup 2026-05-14 21:32:11 -05:00
tsconfig.json chore: initial project setup 2026-05-14 21:32:11 -05:00