/ts-clean-example

Ejemplo de implementación de CLEAN architecture en un API hecho con Typescript

Primary LanguageTypeScript

CLEAN example

This project is an example of the application of CLEAN architecture in a node/typescript web project.

This example was written in two ways:

  • Classic MVC architecture: The corresponding code is in the src/ folder
  • DDD (CLEAN): The code is in the src_ddd/ folder