Byndyusoft / nest-template

Base template for NestJS applications

Home Page:https://github.com/Byndyusoft/nest-template/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ᐸRepository nameᐳ

test code style: prettier

ᐸRepository descriptionᐳ

Monorepo

Monorepo structure is described in root package.json and contains the following packages:

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Code conventions

Some code conventions are enforced automatically by ESLint + Prettier + markdownlint + husky + lint-staged stack.

Service development lifecycle

  • Implement business logic
  • Add or adapt unit-tests (prefer before and simultaneously with coding)
  • Add or change the documentation as needed
  • Open pull request in the correct branch. Target the project's master branch

Running locally

Service can be run locally using the following command:

yarn install
yarn run build
yarn run start

Maintainers

License

This repository is released under version 2.0 of the Apache License.

About

Base template for NestJS applications

https://github.com/Byndyusoft/nest-template/wiki

License:Apache License 2.0


Languages

Language:TypeScript 96.3%Language:Makefile 3.1%Language:Dockerfile 0.4%Language:Shell 0.2%