Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 832 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 832 Bytes

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.

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.