A backend API for managing tasks in a team, built with Node.js, Express, PostgreSQL, and Prisma.
- Node.js
- Express
- PostgreSQL
- Prisma ORM
- pnpm
- Project setup completed
- PostgreSQL connected locally
- Prisma configured
- User schema created and migrated
- id (UUID)
- email (unique)
- password (hashed)
- role (USER, OWNER)
- createdAt
- updatedAt