6f382085c959ba35e36ef2e2c117240838823fdb
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
Languages
TypeScript
91.9%
JavaScript
8.1%