
A backend template using Nest.JS for my personal projects
This article discusses a backend template using Nest.js that aims to provide a solution to the problem of recreating the setup for backend applications in each new project. The template includes configurations for linting, code formatting, building, and more.
npm run start:dev to run the project, npm run build to build the project, npm run test to run unit tests, and npm run test:e2e to run end-to-end tests.This article introduces a backend template using Nest.js that aims to simplify the setup process for backend applications. It provides pre-configured settings for linting, code formatting, building, and more. The article also explains how to install the template and provides information on running the project and making contributions through forking and pull requests.
