/base-backend-nestjs-DDD

Started code for nodejs backend project using nestjs + DDD pattern

Primary LanguageTypeScript

Puthen Peedikayil Core Backend

Description

BR backend application is built on Nest framework which uses Nodejs, ExpressJs and Typescript under the hood.

services:

  • api
    • serve routes
  • Migrations:
    • database
      • keep database schema up to date

Documentations:

Useful links:

Notes

  • The architectural decisions are recorded and can be found here
  • There are pre-commit hooks that run against every commit which makes use of husky and lint-staged which would compile and formats the code before pushing the code.
  • The project vocabulary can be found here