marcjulian / nestjs-prisma-workshop

Prisma Day 2021

Home Page:https://www.youtube.com/watch?v=mmbd5hcQUaY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building a REST API with NestJS and prisma

This repository contains the starter project for the Building a REST API with NestJS and Prisma workshop by Marc Stammerjohann.

Getting Started

  1. Clone this repository

You can clone this repository with the following command:

# SSH
git clone git@github.com:marcjulian/nestjs-prisma-workshop.git

# HTTPS
git clone https://github.com/marcjulian/nestjs-prisma-workshop.git

# GitHub CLI
gh repo clone marcjulian/nestjs-prisma-workshop
  1. Install dependencies
cd nestjs-prisma-workshop
npm install
  1. Install NestJS CLI if you haven't already
npm i -g @nestjs/cli

Workshop

Use this repo as the starting point and follow the lessons for the workshop. The recorded version is available on Youtube Building a REST API with NestJS and Prisma.

About

Prisma Day 2021

https://www.youtube.com/watch?v=mmbd5hcQUaY


Languages

Language:TypeScript 88.8%Language:JavaScript 11.2%