2026-03-26 12:14:05 +00:00
2026-03-26 11:01:01 +02:00
2026-03-26 13:45:33 +02:00
2026-03-26 13:45:33 +02:00
2026-03-26 11:01:01 +02:00
2026-03-26 13:45:33 +02:00
2026-03-26 11:01:01 +02:00
2026-03-26 11:01:01 +02:00
2026-03-26 11:01:01 +02:00
2026-03-26 11:01:01 +02:00
2026-03-26 11:01:01 +02:00
2026-03-26 11:01:01 +02:00
2026-03-26 11:01:01 +02:00
2026-03-26 12:14:05 +00:00
2026-03-26 11:01:01 +02:00

PrismaNestAngular

Blog post used as guide for setting up Nx + Angular + NestJs + Prisma stack here

Setup

  1. create .env file in root of the directory and define DATABASE_URL. Default is DATABASE_URL="postgresql://webapp:webpass@db:5432/webappdb/webappdb?schema=public"

  2. Install node modules

pnpm install

Run tasks

Run frontend:

pnpm nx serve web-app

Run backend:

pnpm nx serve web-app

To create a production bundle:

pnpm nx build web-app
Description
Template for angular-nestJs-prisma stack
Readme 692 KiB
Languages
TypeScript 68.3%
JavaScript 13.9%
SCSS 10.2%
HTML 7.6%