Commit Graph

2 Commits

Author SHA1 Message Date
Andres Fabian Patiño Bermudez c539c9e01d feat: add prisma schema and migrations
- Define Task and State entities with relations
- Add StateHistory for tracking state changes
- Include seed script for initial data
- Add initial and soft delete migrations
2026-05-14 21:32:23 -05:00
Andres Fabian Patiño Bermudez 691c035130 chore: initial project setup
- Add package.json with dependencies and scripts
- Configure TypeScript with tsconfig.json
- Set up Jest for testing
- Add Dockerfile and nixpacks.toml for deployment
- Add prisma.config.ts for Prisma configuration
2026-05-14 21:32:11 -05:00