Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 556 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 556 Bytes

Expense Tracker

A basic full-stack expense tracker application built with Next.js, Clerk, and PostgreSQL.
Languages: React, Tailwind CSS

Features

  • User authentication with Clerk
  • Expense tracking with PostgreSQL and Drizzle ORM
  • Dockerized development environment with Defang

Installation

  1. Clone Repository:
    git clone https://github.com/udvale/Expense-Tracker.git
  2. Install dependencies:
    npm install
  3. Start Development Environment
    npm run db:studio
    npm run dev