NestJS Workshop Prisma Day 22 - Let's build a REST API with NestJS and Prisma!

Welcome to the code repository for the Prisma Day 2022 NestJS Workshop!

Resources

Get Started

Quickly get started with the appropriate lesson by cloning/checking out the relevant branch from this repo.

  1. Lesson 1: git clone -b lesson-1-begin git@github.com:TasinIshmam/nestjs-workshop-prisma-day-22.git
  2. Lesson 2: git clone -b lesson-2-begin git@github.com:TasinIshmam/nestjs-workshop-prisma-day-22.git
  3. Lesson 3: git clone -b lesson-3-begin git@github.com:TasinIshmam/nestjs-workshop-prisma-day-22.git
  4. Lesson 4: git clone -b lesson-4-begin git@github.com:TasinIshmam/nestjs-workshop-prisma-day-22.git
  5. Lesson 5: git clone -b lesson-5-begin git@github.com:TasinIshmam/nestjs-workshop-prisma-day-22.git

Installation

  1. Install dependencies: npm install
  2. Start the project: npm run start:dev
  3. Access the project at http://localhost:3000/