Welcome

🤙 Welcome to the Building a REST API with NestJS and Prisma workshop.

Resources

Notion Workshop document

https://pris.ly/day2021-nestjs

GitHub repository

https://github.com/marcjulian/nestjs-prisma-workshop

NestJS Documentation

https://docs.nestjs.com/

Prerequisites

In order to successfully complete the tasks in the workshop, you should have

npm i -g @nestjs/cli

What you will do

In this hands-on workshop, you'll learn how to build a REST API with NestJS and the Prisma ORM in TypeScript.

Specifically, this workshop will cover:

🧩 Setting up Prisma with a SQLite database and integrating Prisma into NestJS architecture (lesson 1)