/prisma-examples

💡 Examples of Prisma using different languages and technologies

Primary LanguageTypeScript

Prisma Framework Examples

This repository contains a number of ready-to-run examples demonstrating various use cases of the Prisma Framework (formerly called Prisma 2). Pick an example and follow the instructions in the corresponding README.

Are you missing an example? Please feel free to open an issue (read the contribution guidelines for more info).

TypeScript

Demo Description
script Simple usage of Photon in a TypeScript script
graphql Simple GraphQL server based on graphql-yoga
graphql-apollo-server Simple GraphQL server based on apollo-server
graphql-auth GraphQL server with email-password authentication & permissions
rest-express Simple REST API with Express.JS
grpc Simple gRPC API

JavaScript (Node.js)

Demo Description
script Simple usage of Photon in a Node.js script
graphql Simple GraphQL server based on graphql-yoga
graphql-auth GraphQL server with email-password authentication & permissions
rest-express Simple REST API with Express.JS
grpc Simple gRPC API