Skip to content

A performant backend system with ddd using kafka message queue

Notifications You must be signed in to change notification settings

adentahir/instaddd-backend

Repository files navigation

INSTADDD Backend

Required Infra

  • Postgres
  • pnpm as the package manager (corepack enable pnpm)

Init steps

  • cp .env.example .env
  • Fill .env with appropriate values
  • pnpm install --frozen-lockfile to install dependencies with exact locked versions
  • Run db migrations with pnpm db:mig
  • Seed the db with pnpm db:seed
  • pnpm start -b swc to start the server

After every code update, make sure to:

  • Update the installed dependencies pnpm install --frozen-lockfile
  • Add/Update the values in .env file if required
  • Run any pending db migrations pnpm db:mig

About

A performant backend system with ddd using kafka message queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published