Skip to content

This repository is a comprehensive boilerplate for building scalable and maintainable applications using NestJS. It integrates TypeORM for database management and Swagger for API documentation, providing a solid foundation for developing robust backend services.

License

Notifications You must be signed in to change notification settings

TamTam2U/nestjs-boilerplate

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Features

  • NestJS: A progressive Node.js framework for building efficient, reliable, and scalable server-side applications.
  • TypeORM: An ORM that supports both Active Record and Data Mapper patterns, making it easy to manage database interactions.
  • Swagger: Automatically generated API documentation, allowing easy exploration and testing of endpoints.
  • Best Practices: Pre-configured with best practices for project structure, error handling, and security.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Migration

# Run Migration
$ npm run migrate

# Create Migration
$ npm run migration:create --name=example-name

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

This repository is a comprehensive boilerplate for building scalable and maintainable applications using NestJS. It integrates TypeORM for database management and Swagger for API documentation, providing a solid foundation for developing robust backend services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published