Nikolas Burk
Nikolas Burk
Nikolas is passionate about learning, teaching, and helping other developers succeed. He has been with Prisma for more than four years, loves hosting workshops, and always enjoys opportunities where he can get in direct touch with the developer community.
Node Congress 2022Node Congress 2022
98 min
Database Workflows & API Development with Prisma
WorkshopFree
Prisma is an open-source ORM for Node.js and TypeScript. In this workshop, you’ll learn the fundamental Prisma workflows to model data, perform database migrations and query the database to read and write data. You’ll also learn how Prisma fits into your application stack, building a REST API and a GraphQL API from scratch using SQLite as the database.
Table of contents:
- Setting up Prisma, data modeling
&
migrations
- Exploring Prisma Client to query the database
- Building REST API routes with Express
- Building a GraphQL API with Apollo Server