Skip to content

Nextjs 14, Supabase Todo App, Clerk Auth && Typescript, Material UI

Notifications You must be signed in to change notification settings

Ali-Onar/nextjs-supabase-todo-app

Repository files navigation

nexjts-supabase-todo-app

This project is a comprehensive demonstration of integrating Next.js with Supabase, Clerk, and Material UI to create a robust TODO application. It showcases CRUD operations, authentication, and a modern UI design.

Todo App View

Overview

In this tutorial we will build a CRUD application by combining three major technologies. We will use Clerk for Auth, Supabase for database and Nextjs as a framework. You will also learn in this guide:

  • How to create Route Handler with Nextjs 14 App Router?
  • How to set up Auth system with Clerk?
  • How to establish Supabase connection with JWT token?

For a detailed guide to this project: 'Todo App Guide with Nextjs 14, Clerk and Supabase'

Features

  • CRUD Operations: Create, read, update, and delete your TODOs.
  • Authentication: Secure user authentication using Clerk.
  • Database: Supabase integration for backend storage.
  • UI: Sleek user interface with Material UI.

Getting Started

  • Node.js
  • npm or yarn
  • Clerk and Supabase installations must be done, there must be api keys in the .env.local file.

Clone the repository:

git clone https://github.com/Ali-Onar/nextjs-supabase-todo-app.git

Install dependencies:

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3001 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Nextjs 14, Supabase Todo App, Clerk Auth && Typescript, Material UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published