Skip to content

Repository files navigation

Expense Tracker

Next.js app for tracking personal expenses, savings, and income.

Running Locally

Install dependencies:

pnpm i

Run the development server:

pnpm dev

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

Deployment

I deploy the project on Vercel.

Database

I use the Neon integration in Vercel.

Run the migrations/schema.sql script against a fresh PostgreSQL database.

To generate a db dump, install PostgreSQL locally then use the pg_dump --schema-only --no-owner --no-privileges --clean --if-exists "$DATABASE_URL" > migrations/schema.sql command.

About

Next.js app for tracking personal expenses, savings, and income.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages