Skip to content

Byndyusoft/nest-template

Repository files navigation

ᐸ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.