dmorosinotto / prisma-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Practical Introduction to Prisma

This repository contains the starter project for the A Practical Introduction to Prisma workshop by Nikolas Burk.

Setup

1. Clone this repository

You can clone this repository with the following command:

git clone git@github.com:nikolasburk/prisma-workshop.git

Alternatively, you can also download the project via the GitHub UI. Click the green Code-button in the top-right corner and then click on Download ZIP.

2. Install dependencies

Navigate into the project directory and install the npm dependencies with the following command:

cd prisma-workshop
npm install

Workshop

You can find all the info for following the workshop here.

Or simply follow the instruction inside these PDF:

About


Languages

Language:TypeScript 100.0%