From 51a4b84476f028010c323ff299de576d2009f42a Mon Sep 17 00:00:00 2001 From: tonssikas Date: Thu, 26 Mar 2026 12:20:00 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b85e480..0aa02c8 100644 --- a/README.md +++ b/README.md @@ -13,21 +13,13 @@ Default is ````DATABASE_URL="postgresql://webapp:webpass@db:5432/webappdb/webapp pnpm install ```` -## Run tasks +## Running -Run frontend: -```sh -pnpm nx serve web-app -``` - -Run backend: +Run entire stack in dev environent using docker compose: ````sh -pnpm nx serve web-app +docker compose up -d --build ```` -To create a production bundle: - -```sh -pnpm nx build web-app -``` +By default frontend can be accessed in [localhost:4200](http://localhost:4200) +By default backend can be accessed in [localhost:3000/api](http://localhost:3000/api)