3f04708a207f16c5ff542a73916361858cd8a309
Description
IISA Backend application Using Nest framework.
Project setup
Install packages
$ npm install
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"
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%