Skip to content

andrei-picus-tink/kaizen-nestjs

Repository files navigation

demo

Install

yarn

Features

  • clean architecture
  • dependency injection using interfaces
  • JWT authentication
  • local dev credentials provider

Run

export JWT_SECRET=blabla
export NEXTAUTH_URL=http://localhost:3000
 
cd packages/backend && yarn dev
cd packages/frontend && yarn dev