Skip to content

Commit

Permalink
feat(example): added missing prisma.io examples (#17896)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonsns committed Oct 15, 2020
1 parent e554a1f commit d396bc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/with-prisma/README.md
@@ -1,5 +1,7 @@
Prisma.io maintains it's own Next.Js examples

- [Javascript](https://github.com/prisma/prisma-examples/tree/master/javascript/rest-nextjs)
- [Typescript](https://github.com/prisma/prisma-examples/tree/master/typescript/rest-nextjs)
- [Typescript-GraphQL](https://github.com/prisma/prisma-examples/tree/master/typescript/graphql-nextjs)
- [Typescript: rest-api-routes-auth](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-api-routes-auth)
- [Typescript: rest-api-routes](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-api-routes)
- [Typescript: rest-api-express](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-express)
- [Typescript: graphql](https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql-nextjs)

0 comments on commit d396bc6

Please sign in to comment.