ckymn /
clean-architecture-nest.js
This repository provides a comprehensive guide and example implementation of Clean Architecture principles using Nest.js, a TypeScript-based Node.js framework.
29/100 healthLoading repository data…
FilipeMata / repository
This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.

Basically there is a folder representing each required layer:
To configure and execute this project, the Docker framework was used. And for the database MySQL was chosen.
On the first stage, it is important to create the database in which store our data for the app.
make database
On the second stage, we will build the required images from Dockerfile/Docker Compose to initialize its contexts(network, port, volume)
make build
After having our database properly created, it is necessary to run a setup. At this point we are executing the migrations, seeds and building the packages we need to run the App.
make setup
Finally, after configuring the project, you can start up the project running following command.
make up logs
Selected from shared topics, language and repository description—not editorial ratings.
ckymn /
This repository provides a comprehensive guide and example implementation of Clean Architecture principles using Nest.js, a TypeScript-based Node.js framework.
29/100 healthA7medAlmubarak /
This repository provides a comprehensive template for building scalable and maintainable applications using Node.js and TypeScript. It follows Clean Code principles, Onion Architecture, and Domain-Driven Design (DDD) to ensure a robust and organized codebase. The template integrates TypeORM for efficient database management.
37/100 healthTheElegantCoding /
🌐 This repository contains the Astralys AI Kit, a UI kit designed specifically for Astro. This kit provides you with a set of pre-built, stylized UI components optimized for fast performance and a smooth development experience in your Astro projects.
53/100 health