Welcome to Server-Side GraphQL with React!
Are you ready to dive into the exciting world of modern web development? In this course, we'll be exploring the powerful combination of GraphQL and Node.js to build powerful GraphQL API’s. Watch and follow along to the course on frontendmasters!
To make the most out of this course, it's recommended that you have a basic understanding of:
This course is designed to be engaging and interactive, with a blend of:
By the end of this course, you'll not only have a firm grasp of GraphQL on the server with Node.js but also the skills and confidence to build your own GraphQL API’s.
npm install
Create a Turso account
Follow the instructions to make a new DB (you don’t need a replica)
Create a .env
file on the root
From the Turso Dashboard, grab your DB’s URL and create a token
Add them as env vars in the .env file
TURSO_CONNECTION_URL="your turso db url"
TURSO_AUTH_TOKEN="your db token"
Push the schema to your Turso DB with this command npm run db:push