init
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
IISA Backend application
|
IISA Backend application
|
||||||
Using [Nest](https://github.com/nestjs/nest) framework.
|
Using [Nest](https://github.com/nestjs/nest) framework.
|
||||||
|
Project requires postgreSQL service.
|
||||||
|
Project is tested on node:22.18.
|
||||||
|
|
||||||
## Project setup
|
## Project setup
|
||||||
|
|
||||||
@@ -24,8 +26,6 @@ Generate Prisma files
|
|||||||
$ npx prisma generate reset
|
$ npx prisma generate reset
|
||||||
```
|
```
|
||||||
|
|
||||||
Project requires postgreSQL service.
|
|
||||||
|
|
||||||
Create .env file in root of the project, example:
|
Create .env file in root of the project, example:
|
||||||
|
|
||||||
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/iisa"
|
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/iisa"
|
||||||
|
|||||||
Reference in New Issue
Block a user