This commit is contained in:
2025-08-28 18:15:15 +03:00
parent 3f04708a20
commit 6f382085c9

View File

@@ -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"