PunGrumpy / wallet-watch

πŸ– Personal finance management tool that helps you track your expenses, income, and investments.

Home Page:https://walletwatch.pungrumpy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ– Wallet Watch

Track your wallet balances and transactions
Wallet Watch Logo

πŸ€” About

Wallet Watch is your go-to tool for simplifying personal finance management. With its user-friendly interface and powerful features, you can take control of your finances like never before.

πŸ“ Features

  • Add, edit, and delete wallets
  • Add, edit, and delete transactions
  • View wallet balances
  • View transaction history
  • View transaction details

πŸš€ Installation

  1. Clone the repository
git clone git@github.com:PunGrumpy/wallet-watch.git
  1. Install dependencies
cd wallet-watch
bun install
  1. Environment variables

Create a .env file in the root of the project and add the following environment variables:

touch .env

echo "\
# Vercel Postgres Storage
POSTGRES_URL=
POSTGRES_PRISMA_URL=
POSTGRES_URL_NO_SSL=
POSTGRES_URL_NON_POOLING=
POSTGRES_USER=
POSTGRES_HOST=
POSTGRES_PASSWORD=
POSTGRES_DATABASE=

# Clerk Auth
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET=\
" > .env
  1. Start the server
bun run dev
  1. Visit http://localhost:3000 in your browser

πŸ› οΈ Built With

πŸ“ License

This project is licensed under the MIT License. See the LICENSE file for details.

πŸ™ Many Thanks

Kliton
Kliton
πŸ“ˆ

About

πŸ– Personal finance management tool that helps you track your expenses, income, and investments.

https://walletwatch.pungrumpy.com

License:MIT License


Languages

Language:TypeScript 99.3%Language:CSS 0.6%Language:JavaScript 0.1%