/prisma-examples

Examples of Prisma using different languages and technologies

Primary LanguageTypeScript

Prisma Examples

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

Example Language Description
flow-script Flow Simple usage of Prisma client in script
go-cli-app Golang Simple CLI todo list app
go-graphql Golang Simple GraphQL server
node-cli-app Node.JS Simple CLI todo list app
node-graphql-auth Node.JS GraphQL server with email-password authentication
node-graphql-schema-delegation Node.JS Schema delegation with the Prisma client
node-graphql Node.JS Simple GraphQL server
node-rest-express Node.JS Simple REST API with Express.JS
node-script Node.JS Simple usage of Prisma client in script
typescript-cli-app TypeScript Simple CLI todo list app
typescript-graphql-auth TypeScript GraphQL server with email-password authentication
typescript-graphql TypeScript Simple GraphQL server
typescript-graphql-schema-delegation TypeScript Schema delegation with the Prisma client
typescript-script TypeScript Simple usage of Prisma client in script

Are you missing an example? Please feel free to open an issue or submit a pull request.

Reference Implementations

If you're looking for a more complex real-world application you can check out the following repositories:

Repo Language Description
graphql-prisma-typescript TypeScript TypeScript-based GraphQL server (Airbnb clone)