Welcome to this quick and comprehensive guide on building a GraphQL server with Node.js, Prisma, and SQLite. In this tutorial, you'll learn everything you need to set up a GraphQL server from scratch, add and test queries and mutations, integrate Prisma with SQLite, and more.
???? Course Contents:
⌨️ (00:00) Intro
⌨️ (00:37) Set up GraphQL js server project
⌨️ (01:13) Add GraphQL Query
⌨️ (02:02) Test GraphQL Query
⌨️ (02:18) Extending the GraphQL Schema Definitions
⌨️ (03:47) Refactor resolvers & typeDefs
⌨️ (04:25) GraphQL Default Mappings
⌨️ (04:54) Add GraphQL Mutation
⌨️ (06:05) Add Prisma SQLite Database
⌨️ (08:25) Test PrismaClient using a script
⌨️ (09:15) Connect GraphQL Server & SQLite DB
⌨️ (10:48) View SQLite DB in VSCode
⌨️ (11:02) View SQLite DB in Prisma Studio
⌨️ (12:10) Outro
By the end of this video, you'll have a fully functional GraphQL server connected to a SQLite database, ready to be expanded and used in your projects. If you enjoy this tutorial, please like the video, subscribe to the channel, and leave a comment below. Your support helps me create more content like this. Happy coding!
Code: https://github.com/EricTechPro/react-apollo-demo/tree/a0f38c0350e841c890207635817672e6ad23cbc3/server
#graphql
Comments on “Build a GraphQL Apollo Server with Node.js, Prisma, and SQLite”