Production-ready Nest.js API для task management app (taskcraft.click)
- REST API: Users, Auth, Tasks (full CRUD)
- Authentication: JWT + token refresh
- Database: PostgreSQL + Prisma ORM (migrations)
- Validation: class-validator + class-transformer
- Docs: Swagger UI (
/api) - Tests: Jest e2e coverage
- Deploy: Render/Vercel production
Frontend: https://taskcraft.click/ Backend API: https://api.taskcraft.click (Swagger: /api)
Nest.js 10+ | Prisma ORM | PostgreSQL 16 JWT/Clerk | Swagger | Jest | class-validator
git clone https://github.com/AlexSandr90/TickTask-backend
cd TickTask-backend
npm install
cp .env.example .env # PostgreSQL config
npm run db:migrate
npm run start:dev