Skip to content

Implements a scalable financial API with NestJS framework

Notifications You must be signed in to change notification settings

shimisnow/poc-nestjs

Repository files navigation

POC NestJS

Financial API with NestJS

Unit Integration Unit Integration E2E Build and publish Docker Images

Auth Service Docker image size Financial Service Docker image size User Service Docker image size

This project implements a financial backend with NestJS and serves as a demonstration of how to architect and develop a scalable backend API application.

The project has three individual services:

  • Auth Service (REST API): implements the authentication process with JWT tokens
  • Financial Service (REST API): process and store financial data
  • User Service (GraphQL): process and store usar data (profile)

General Diagram

Key features

Technologies

Details about