AwesomeObserver / prisma-examples

Examples of Prisma using different languages and technologies

Home Page:https://www.prisma.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Demo Language Description
flow-graphql Flow Simple GraphQL server
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 Prisma binding
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 Prisma binding
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)

Legacy Examples

We have a few old examples in the archive folder, which are not yet using the Prisma Client. One of these examples is the Travis on how to run Prisma in the Travis CI environment.

About

Examples of Prisma using different languages and technologies

https://www.prisma.io/docs/


Languages

Language:TypeScript 67.1%Language:JavaScript 31.2%Language:Go 1.5%Language:Shell 0.2%Language:HTML 0.1%