
A nestjs boiler plate with preconfigured typeorm for postgresql, swagger, dockerfile, eslint, prettier & jest
The NestJS TypeORM Complete Boilerplate is a comprehensive boilerplate that utilizes TypeORM for PostgreSQL mapping. It allows for quick and easy setup of a NestJS project with TypeORM integration, providing a solid foundation for building applications.
yarn migration:generate command, saving time and effort.yarn schema:drop command to reset the database schemas, making it easier to start fresh and make changes to the database structure.yarn seed:run command, making it easier to test and develop applications.The NestJS TypeORM Complete Boilerplate provides a comprehensive and efficient solution for building NestJS applications with TypeORM integration. With its support for PostgreSQL, Swagger documentation, automatic migration generation, database schema reset, seeding, Docker integration, and testing support, developers can quickly and easily set up a solid foundation for their projects. Whether you are a beginner or an experienced developer, this boilerplate can greatly simplify the development process and enhance productivity.
