Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcjulian/nestjs-prisma-workshop
Prisma Day 2021
https://github.com/marcjulian/nestjs-prisma-workshop
nestjs prisma prisma-day rest workshop
Last synced: 5 days ago
JSON representation
Prisma Day 2021
- Host: GitHub
- URL: https://github.com/marcjulian/nestjs-prisma-workshop
- Owner: marcjulian
- Created: 2021-06-01T08:21:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T11:47:02.000Z (about 2 years ago)
- Last Synced: 2024-11-02T02:33:07.193Z (12 days ago)
- Topics: nestjs, prisma, prisma-day, rest, workshop
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=mmbd5hcQUaY
- Size: 135 KB
- Stars: 57
- Watchers: 4
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://twitter.com/mrcjln).
## Getting Started1. Clone this repository
You can clone this repository with the following command:
```bash
# SSH
git clone [email protected]: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
```2. Install dependencies
```bash
cd nestjs-prisma-workshop
npm install
```3. Install NestJS CLI if you haven't already
```bash
npm i -g @nestjs/cli
```## Workshop
Use this repo as the starting point and follow the lessons for the [workshop](https://pris.ly/day2021-nestjs).
The recorded version is available on Youtube [Building a REST API with NestJS and Prisma](https://www.youtube.com/watch?v=mmbd5hcQUaY).