Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wellpinho/prisma-workshop
A practical introduction to Prisma
https://github.com/wellpinho/prisma-workshop
Last synced: 7 days ago
JSON representation
A practical introduction to Prisma
- Host: GitHub
- URL: https://github.com/wellpinho/prisma-workshop
- Owner: wellpinho
- License: mit
- Created: 2022-01-31T22:34:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T23:30:08.000Z (about 3 years ago)
- Last Synced: 2024-12-22T15:11:55.916Z (2 months ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Practical Introduction to Prisma
This repository contains the starter project for the **A Practical Introduction to Prisma** workshop by [Nikolas Burk](https://twitter.com/nikolasburk).
## Setup
### 1. Clone this repository
You can clone this repository with the following command:
```
git clone [email protected]: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
``````
npx prisma studio
``````
npm run dev
```## Workshop
You can find all the info for following the workshop [here](https://www.notion.so/prismaio/A-Practical-Introduction-to-Prisma-2021-ccf00a066ef4432caeb03da179e38302).