2025-08-29 15:10:30 +03:00
fix
2025-08-29 12:51:31 +03:00
fix
2025-08-29 15:10:30 +03:00
fix
2025-08-29 12:51:31 +03:00
WIP
2025-08-18 20:12:57 +03:00
WIP
2025-08-18 20:12:57 +03:00
fix
2025-08-29 12:51:31 +03:00
fix
2025-08-29 15:10:30 +03:00
fix
2025-08-29 13:21:41 +03:00
2025-08-28 18:15:15 +03:00
WIP
2025-08-18 20:12:57 +03:00
wip
2025-08-24 17:25:11 +03:00

Nest Logo

Description

IISA Backend application Using Nest framework. Project requires postgreSQL service. Project is tested on node:22.18.

Project setup

Install packages

$ npm install 

Generate Prisma files

$ npx prisma generate reset

Create .env file in root of the project, example:

DATABASE_URL="postgresql://postgres:postgres@localhost:5432/iisa"
HOST_URL="http://localhost:3000"

Apply Prisma db migrations

$ npx prisma migrate reset

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Swagger

Navigate http://localhost:3000/api to access swagger api documentation

Description
Israeli Imaginary Space Agency
Readme 2.8 MiB
Languages
TypeScript 91.9%
JavaScript 8.1%