clerk / more-cookies-please

Sample codebase for Clerk + Hasura with Next.js tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More Cookies Please 🍪

Clerk documentation @ClerkDev on Twitter

This sample repo is associated with a Clerk and Hasura tutorial that demonstrates how you can use Clerk to authenticate with a Hasura GraphQL API endpoint.

You can browse the code and run it locally, but it will not connect to the GraphQL API and Postgres database without setting your own environment variables and running the Docker services.


Cookie Clicker App

The application built as part of the tutorial is a Cookie Clicker app, where users can log in and click a big cookie button to be rewarded with more cookies. The click count is maintained in a scoreboard database.

More Cookies Please cover image

Contact

If you need support or have anything you would like to ask, please reach out on our Discord channel. We'd love to chat!

About

Sample codebase for Clerk + Hasura with Next.js tutorial


Languages

Language:JavaScript 65.3%Language:CSS 34.7%