A TypeScript REST API powering a team-collaboration platform for reporting bugs, suggesting features, and coordinating issue resolution.
DevPulse is a TypeScript REST API that powers a team-collaboration platform where software teams report bugs, suggest features, and coordinate issue resolution in one place.
It features secure authentication with JWT access and refresh tokens, bcrypt password hashing, and route-level authorization for protected issue and user endpoints. PostgreSQL-backed CRUD endpoints for issues and users are deployed on Vercel using serverless catch-all functions.