Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 411 Bytes

File metadata and controls

24 lines (19 loc) · 411 Bytes

Manual Installaion

  • Install nodejs in your system
  • Install pnpm in your system
  • git clone the repo
  • Create the env file
  • Run | cd packages/apps/db npx prisma generate
  • RUN pnpm run build
  • RUN pnpm run start

Ports running 3000: Web App 3001: Landing Page 4000: Express backend

Docker Installation

Docker Compose

  • Install docker & docker-compose
  • Run 'docker-compose up'