From 6f382085c959ba35e36ef2e2c117240838823fdb Mon Sep 17 00:00:00 2001 From: Vasa Date: Thu, 28 Aug 2025 18:15:15 +0300 Subject: [PATCH] init --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5c9e9c..9261e2d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ IISA Backend application Using [Nest](https://github.com/nestjs/nest) framework. +Project requires postgreSQL service. +Project is tested on node:22.18. ## Project setup @@ -24,8 +26,6 @@ Generate Prisma files $ npx prisma generate reset ``` -Project requires postgreSQL service. - Create .env file in root of the project, example: DATABASE_URL="postgresql://postgres:postgres@localhost:5432/iisa"