Skip to content

michal-choluj/nest-boilerplate

Repository files navigation

Nest Boilerplate

This is a ready-made Nest.js solution that provides a foundation for your project.

  • Multi-Tenancy Support: It enables you to manage multiple tenants within a single application, which is valuable when your application serves multiple clients or organizations.

  • Sample User Module with REST API: It includes a pre-built user module that can be used to develop user management functionality and offers a REST API for user interactions.

  • Configuration based on Convict: The project utilizes the Convict tool for handling application configuration. Convict allows for flexible management of application settings, enhancing configurability and scalability.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published