Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 506 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 506 Bytes

NX DDD Workspace

Nx + NestJs + Next DDD example project.

Introduction

Infra architecture example google-cloud-architecture.png

Environment

  • Node.js LTS 18+
  • PNPM
  • Docker & Docker Compose

Installation

user> git clone :repo-link
user> cd repo
user> pnpm i --frozen-lockfile
user> docker-compose up
user> nx run mikro-orm-model:build
user> nx run mikro-orm-model:migrate:up

Dev

nx run api-internal:serve
nx run store.com:serve