Building a REST API with NestJS, PostgreSQL, Swagger and Prisma

An ongoing series of articles on building a backend API with TypeScript, NestJS (version 8), PostgreSQL, and Prisma (version 4).

The series will focus various aspects of backend development.

Topics already covered:

  • Data modeling (Part 1)
  • Create, Read, Update & Delete (CRUD) operations (Part 1)
  • REST API (Part 1)
  • Validation (Part 2)
  • Error Handling (Part 3)
  • Complex Relations (Part 4)

Topics planned in future articles:

  • Testing
  • Authentication
  • Authorization
  • Deployment
  • Using the nestjs-prisma library

Key takeaways from the Discover Data DX virtual event

December 13, 2023

Explore the insights from the Discover Data DX virtual event held on December 7th, 2023. The event brought together industry leaders to discuss the significance and principles of the emerging Data DX category.

Prisma Accelerate now in General Availability

October 26, 2023

Now in General Availability: Dive into Prisma Accelerate, enhancing global database connections with connection pooling and edge caching for fast data access.

Support for Serverless Database Drivers in Prisma ORM Is Now in Preview

October 06, 2023

Prisma is releasing Preview support for serverless database drivers from Neon and PlanetScale. This feature allows Prisma users to leverage the existing database drivers for communication with their database without long-lived TCP connections!