clerk / clerk-fauna-starter

Example starter repo for Clerk and Fauna

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clerk + Fauna Starter

This example shows how to use Clerk with Fauna. The example Next.js application features adding sign up, sign in, profile management, an authenticated query to a Fauna database, and an authenticated API route.

Running the starter

To run the example locally you need to:

  1. Sign up for a Clerk account at https://clerk.dev.
  2. Follow the integration instructions for Fauna.
  3. Set the required Clerk environment variables as shown in the example env file.
  4. npm install the required dependencies.
  5. npm run dev and you are good to go.

Contact

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

About

Example starter repo for Clerk and Fauna


Languages

Language:JavaScript 70.4%Language:CSS 27.5%Language:TypeScript 2.1%