Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix example links
  • Loading branch information
Divyendu Singh authored Sep 13, 2018
1 parent da50f40 commit f7b7be8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,20 +191,20 @@ Collection of Prisma example projects 💡

| Demo | Language | Description |
|:------|:----------:|:-------------|
| [`flow-script`](flow-script) | [Flow](https://flow.org/) | Simple usage of Prisma client in script |
| [`go-cli-app`](go-cli-app) | [Golang](https://en.wikipedia.org/wiki/Go_(programming_language)) | Simple CLI todo list app |
| [`go-graphql`](go-graphql) | [Golang](https://en.wikipedia.org/wiki/Go_(programming_language)) | Simple GraphQL server |
| [`node-cli-app`](node-cli-app) | [Node.JS](https://nodejs.org/en/) | Simple CLI todo list app |
| [`node-graphql-auth`](node-graphql-auth) | [Node.JS](https://nodejs.org/en/) | GraphQL server with email-password authentication |
| [`node-graphql-schema-delegation`](node-graphql-schema-delegation) | [Node.JS](https://nodejs.org/en/) | [Schema delegation](https://www.prisma.io/docs/prisma-client/api-reference/schema-delegation-typescript-pyl8/) with the Prisma client |
| [`node-graphql`](node-graphql) | [Node.JS](https://nodejs.org/en/) | Simple GraphQL server |
| [`node-rest-express`](node-rest-express) | [Node.JS](https://nodejs.org/en/) | Simple REST API with Express.JS |
| [`node-script`](node-script) | [Node.JS](https://nodejs.org/en/) | Simple usage of Prisma client in script |
| [`typescript-cli-app`](typescript-cli-app) | [TypeScript](https://www.typescriptlang.org/) | Simple CLI todo list app |
| [`typescript-graphql-auth`](typescript-graphql-auth) | [TypeScript](https://www.typescriptlang.org/) | GraphQL server with email-password authentication |
| [`typescript-graphql`](typescript-graphql) | [TypeScript](https://www.typescriptlang.org/) | Simple GraphQL server |
| [`typescript-graphql-schema-delegation`](typescript-graphql-schema-delegation) | [TypeScript](https://www.typescriptlang.org/) | [Schema delegation](https://www.prisma.io/docs/prisma-client/api-reference/schema-delegation-typescript-pyl8/) with the Prisma client |
| [`typescript-script`](typescript-script) | [TypeScript](https://www.typescriptlang.org/) | Simple usage of Prisma client in script |
| [`flow-script`](https://github.com/prisma/prisma-examples/tree/master/flow-script) | [Flow](https://flow.org/) | Simple usage of Prisma client in script |
| [`go-cli-app`](https://github.com/prisma/prisma-examples/tree/master/go-cli-app) | [Golang](https://en.wikipedia.org/wiki/Go_(programming_language)) | Simple CLI todo list app |
| [`go-graphql`](https://github.com/prisma/prisma-examples/tree/master/go-graphql) | [Golang](https://en.wikipedia.org/wiki/Go_(programming_language)) | Simple GraphQL server |
| [`node-cli-app`](https://github.com/prisma/prisma-examples/tree/master/node-cli-app) | [Node.JS](https://nodejs.org/en/) | Simple CLI todo list app |
| [`node-graphql-auth`](https://github.com/prisma/prisma-examples/tree/master/node-graphql-auth) | [Node.JS](https://nodejs.org/en/) | GraphQL server with email-password authentication |
| [`node-graphql-schema-delegation`](https://github.com/prisma/prisma-examples/tree/master/node-graphql-schema-delegation) | [Node.JS](https://nodejs.org/en/) | [Schema delegation](https://www.prisma.io/docs/prisma-client/api-reference/schema-delegation-typescript-pyl8/) with the Prisma client |
| [`node-graphql`](https://github.com/prisma/prisma-examples/tree/master/node-graphql) | [Node.JS](https://nodejs.org/en/) | Simple GraphQL server |
| [`node-rest-express`](https://github.com/prisma/prisma-examples/tree/master/node-rest-express) | [Node.JS](https://nodejs.org/en/) | Simple REST API with Express.JS |
| [`node-script`](https://github.com/prisma/prisma-examples/tree/master/node-script) | [Node.JS](https://nodejs.org/en/) | Simple usage of Prisma client in script |
| [`typescript-cli-app`](https://github.com/prisma/prisma-examples/tree/master/typescript-cli-app) | [TypeScript](https://www.typescriptlang.org/) | Simple CLI todo list app |
| [`typescript-graphql-auth`](https://github.com/prisma/prisma-examples/tree/master/typescript-graphql-auth) | [TypeScript](https://www.typescriptlang.org/) | GraphQL server with email-password authentication |
| [`typescript-graphql`](https://github.com/prisma/prisma-examples/tree/master/typescript-graphql) | [TypeScript](https://www.typescriptlang.org/) | Simple GraphQL server |
| [`typescript-graphql-schema-delegation`](https://github.com/prisma/prisma-examples/tree/master/typescript-graphql-schema-delegation) | [TypeScript](https://www.typescriptlang.org/) | [Schema delegation](https://www.prisma.io/docs/prisma-client/api-reference/schema-delegation-typescript-pyl8/) with the Prisma client |
| [`typescript-script`](https://github.com/prisma/prisma-examples/tree/master/typescript-script) | [TypeScript](https://www.typescriptlang.org/) | Simple usage of Prisma client in script |

You can also check the [**AirBnB clone example**](https://github.com/prismagraphql/graphql-server-example) we built as a fully-featured demo app for Prisma.

Expand Down

0 comments on commit f7b7be8

Please sign in to comment.