Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 2.6 KB

README.md

File metadata and controls

76 lines (55 loc) · 2.6 KB

Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub contributors GitHub last commit GitHub repo size Github GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

Elevate your financial management with Limetta. Our user-friendly Next.js app simplifies expense tracking, offers multiple account management, easy money transfers, and efficient dues tracking. Take charge of your finances and make informed choices, all in one platform.

Tech Stack

Key Features

  • Authentication with NextAuth.js
  • End-to-end typesafe APIs with tRPC
  • ORM using Drizzle ORM
  • Database on Supabase
  • Validation with Zod
  • Responsive design with Tailwind CSS

Running Locally

  1. Clone the repository
https://github.com/Sukrittt/Limetta.git
  1. Install dependencies using pnpm
pnpm install
  1. Copy the .env.example to .env and update the variables.
cp .env.example .env
  1. Start the development server
pnpm dev
  1. Push the database schema
pnpm db:push

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information.