Skip to content

This is a template project for building NestJs applications with Fastify. It includes a pre-configured development environment, as well as several useful scripts for linting and spell checking your code.

License

Notifications You must be signed in to change notification settings

gandresto/nestjs-fastify-app-template

Repository files navigation

nestjs-fastify-app-template

Description

This is a template project for building Nest applications with Fastify. It includes a pre-configured development environment, as well as several useful scripts for linting and spell checking your code.

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Contributing

This project uses conventional commits. Reference: https://www.conventionalcommits.org/en/v1.0.0/

  1. Create a new branch for every new feature.
  2. Compile and run the application.
  3. Run the tests.
  4. Commit your changes using yarn cz command.
  5. Push your changes.
  6. Open a new pull request.

About

This is a template project for building NestJs applications with Fastify. It includes a pre-configured development environment, as well as several useful scripts for linting and spell checking your code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published