Skip to content
TrustCode System
← All work
GitHubFintech / BackendFintechBackend

Debt Tracker API

NestJS and Prisma API service supporting a debt-tracking product, with database migrations and automated testing foundations.

github · source
GitHub

/ the problem

A debt-tracking product needed a structured API layer, authenticated endpoints, a migrated data model, and a testable service boundary rather than ad-hoc handlers.

/ approach

The engineering team contributed to a NestJS and Prisma API service (public fork of AbdurrahmanSogbesan/debt-tracker-api), including migrations, testing foundations, and backend service structure.

/ what we built

  • NestJS API service structure for debt-tracker domain operations
  • Prisma schema, generate step, and migration workflow
  • Unit, e2e, and coverage test scripts wired into the project
  • Environment-driven configuration with migrate and seed entry points

/ the outcome

A NestJS and Prisma API foundation with migrations, a test harness, and service structure ready for continued product work.