REST-API-NestJS-Prisma

A simple backend REST API for a blog built using NestJS, Prisma, PostgreSQL and Swagger.

Installation

  1. Install dependencies: yarn install
  2. Add database configuration
  3. Apply database migrations: yarn migration:dev
  4. Start the project: npm run start:dev
  5. Access the project in swagger at http://localhost:3000/api/docs