Skip to content

Sanele-Hlongwane/ClerkAuth-with-prisma-and-neon-postgre

Repository files navigation

Expense Tracker (Next.js, TypeScript, Neon & Clerk)

Application for tracking income and expenses. It uses Next.js with Neon to persist data and Clerk for authentication.

Watch The Tutorial

Try Demo

Usage

Install dependencies:

npm install

Add Environment Variables:

Rename the .env.example file to .env.local and add the following values:

Run the development server:

npm run dev

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