- ps: PLease add a new transaction before see the chart info at overview page, otherwise it will show no data.
This is a Finance SaaS Platform with ability to track your income and expenses, categorize transactions and assign them to specific accounts, as well as how to import transactions using a CSV file, connect to your bank account using Plaid, and monetize this product using Lemon Squeezy.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
1.Generate type definitions and SQL migration files.
npm run db:generate
2.Applies all pending migrations to the database
npm run db:migrate
3.Create a bunch of data
npm run db:seed
4.Launches Drizzle Studio, a tool for visualizing and interactively managing the database. (optional)
npm run db:studio
please visit: [https://finance-platform-tau.vercel.app]