Loading repository data…
Loading repository data…
neuroborus / repository
Perfect for kickstarting your Nest.js project or as a foundation for reusable components. A boilerplate for building scalable and maintainable applications with NestJS. This project provides a clean structure, best practices, and pre-configured integrations for rapid development.
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.
.env file and fill with the "REQUIRED" variables from .env.xmplnpm cinpm run startAs long as the application is small, there's no need to add extra layers. However, if necessary, it is recommended to choose from the list below.
These layers are designed to maintain structure as it scales and organized by levels.
* Exists by default
└── *apis/ - contain controllers, dtos
└── features/ - contain specific feature logic
└── *services/ - contain general processing logic
└── stores/ - Repository pattern implementation - api for stores (e.g. DB)
└── contracts/, drivers/ - interfaces for external systems
└── helpers/, *config/, *entities/ - the lowest level or independent layers
/health
{
"status": "OK",
"port": 3000,
"logLevel": "info"
}
/swagger