Skip to content

Commit

Permalink
continue updating tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Sep 4, 2019
1 parent 6962660 commit 71a5cd3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,3 +591,13 @@ CREATE TABLE "hello-prisma2"."users" (
```

</Details>

## 6. Next steps

Congratulations for working through your first Prisma tutorial 🚀 Here a few pointers what to do next:

- Explore some Prisma 2 example projects, e.g. for [REST](https://github.com/prisma/prisma-examples/tree/prisma2/typescript/rest-express), [GraphQL](https://github.com/prisma/prisma-examples/tree/prisma2/typescript/graphql) or [gRPC](https://github.com/prisma/prisma-examples/tree/prisma2/typescript/grpc) APIs.
- Join the [`#prisma2-preview`](https://prisma.slack.com/messages/CKQTGR6T0/) channel on the [Prisma Slack](https://slack.prisma.io)
- [Share any feedback you might have](https://github.com/prisma/prisma2/blob/master/docs/prisma2-feedback.md) on Prisma 2
- 🌟 Leave a GitHub star on this repo
- [Follow Prisma on Twitter](https://twitter.com/prisma) to stay in the loop for updates

0 comments on commit 71a5cd3

Please sign in to comment.