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"