devfullcycle/mba-ia-dev-workflow

11Stars on the repository
21Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

coding

01

devfullcycle/mba-ia-dev-workflow

Cursor rule Cursor

Use when writing TypeScript code. Covers naming conventions, file organization, and TypeScript best practices.

11 5mo ago A 0 tokens

controllers

02

devfullcycle/mba-ia-dev-workflow

Cursor rule Cursor

Use when writing or modifying Express.js controllers and route handlers. Covers procedural handler pattern, REST status codes, and error propagation.

11 5mo ago A 0 tokens

error-handler

03

devfullcycle/mba-ia-dev-workflow

Cursor rule Cursor

Use when writing or modifying the global Express error handling middleware. Covers error-to-HTTP mapping pattern and consistent response shape.

11 5mo ago A 0 tokens

hexagonal-layers

04

devfullcycle/mba-ia-dev-workflow

Cursor rule Cursor

Use when writing domain entities, use cases, repositories, controllers, or models. Covers hexagonal architecture dependency rules and layer boundaries.

11 5mo ago A 0 tokens

project-guidelines

05

devfullcycle/mba-ia-dev-workflow

Cursor rule Cursor

Project-wide guidelines for the CodeLearn Platform LMS. Covers project structure, tech stack, commands, hexagonal architecture, and key documentation references.

11 5mo ago A 1,062 tokens

testing

06

devfullcycle/mba-ia-dev-workflow

Cursor rule Cursor

Use when writing or reviewing tests. Covers test structure (AAA pattern), unit/integration/e2e placement, database cleanup, and test data setup.

11 5mo ago A 0 tokens

typeorm

07

devfullcycle/mba-ia-dev-workflow

Cursor rule Cursor

Use when writing TypeORM entities, database configuration, or data source setup. Covers entity patterns with dual identifiers, soft delete, and Data Mapper.

11 5mo ago A 0 tokens