121 Service - global-121/121-platform GitHub Wiki

This page contains links to software architecture documentation of the 121 Service, which is the server-side "back-end" of the system.

121 Service Module Diagram

Diagrams showing the inter-dependencies of the main NestJS Modules of the 121 Service.

121 Service Class Diagram

A diagram modeling the main classes in the 121 Service, like: Modules, Controllers, Services, TypeORM Entities and DTOs.

Entity Relationship Diagram

A generated Entity Relationship Diagram (ERD) of the Database of the 121 Service.

121 Service API

A Swagger UI generated from the code, when you have the 121 Service running locally probably at:

http://localhost:3000/docs/

121 Service Queues

A diagram modeling the Redis queues used in the 121 Service.