{"id":24708055,"url":"https://github.com/pungrumpy/wallet-watch","last_synced_at":"2025-10-09T09:31:49.927Z","repository":{"id":236776895,"uuid":"793126829","full_name":"PunGrumpy/wallet-watch","owner":"PunGrumpy","description":"🐖 Personal finance management tool that helps you track your expenses, income, and investments.","archived":true,"fork":false,"pushed_at":"2024-04-28T14:46:54.000Z","size":224,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T06:13:17.026Z","etag":null,"topics":["finance","nextjs","tracking","wallet"],"latest_commit_sha":null,"homepage":"https://walletwatch.pungrumpy.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PunGrumpy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-28T14:00:37.000Z","updated_at":"2024-06-28T13:09:44.000Z","dependencies_parsed_at":"2024-04-28T15:27:44.039Z","dependency_job_id":"7211dadd-d8a5-4c4a-bf19-c5b08c61680b","html_url":"https://github.com/PunGrumpy/wallet-watch","commit_stats":null,"previous_names":["pungrumpy/wallet-watch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PunGrumpy/wallet-watch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fwallet-watch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fwallet-watch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fwallet-watch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fwallet-watch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PunGrumpy","download_url":"https://codeload.github.com/PunGrumpy/wallet-watch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fwallet-watch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001135,"owners_count":26083022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["finance","nextjs","tracking","wallet"],"created_at":"2025-01-27T06:27:40.490Z","updated_at":"2025-10-09T09:31:49.554Z","avatar_url":"https://github.com/PunGrumpy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003e🐖 Wallet Watch\u003c/h1\u003e\n    \u003cstrong\u003eTrack your wallet balances and transactions\u003c/strong\u003e\n    \u003cdiv\u003e\n        \u003cimg src=\"https://cdn.icon-icons.com/icons2/1875/PNG/512/piggybank_120392.png\" alt=\"Wallet Watch Logo\" width=\"200px\" height=\"200px\"\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n## 🤔 About\n\nWallet 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.\n\n## 📝 Features\n\n- Add, edit, and delete wallets\n- Add, edit, and delete transactions\n- View wallet balances\n- View transaction history\n- View transaction details\n\n## 🚀 Installation\n\n1. Clone the repository\n\n```bash\ngit clone git@github.com:PunGrumpy/wallet-watch.git\n```\n\n2. Install dependencies\n\n```bash\ncd wallet-watch\nbun install\n```\n\n3. Environment variables\n\nCreate a `.env` file in the root of the project and add the following environment variables:\n\n```bash\ntouch .env\n\necho \"\\\n# Vercel Postgres Storage\nPOSTGRES_URL=\nPOSTGRES_PRISMA_URL=\nPOSTGRES_URL_NO_SSL=\nPOSTGRES_URL_NON_POOLING=\nPOSTGRES_USER=\nPOSTGRES_HOST=\nPOSTGRES_PASSWORD=\nPOSTGRES_DATABASE=\n\n# Clerk Auth\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET=\\\n\" \u003e .env\n```\n\n4. Start the server\n\n```bash\nbun run dev\n```\n\n5. Visit `http://localhost:3000` in your browser\n\n## 🛠️ Built With\n\n- [Next.js](https://nextjs.org/) with [TypeScript](https://www.typescriptlang.org/) and [React](https://reactjs.org/)\n- [Tailwind CSS](https://tailwindcss.com/) with [Radix](https://www.radix-ui.com/) and [Lucide Icons](https://lucide.dev/) for styling\n- [Clerk](https://clerk.dev/) for authentication\n- [PostgreSQL (Vercel)](https://vercel.com/docs/storage/vercel-postgres) for the database\n- [Prisma](https://www.prisma.io/) for the ORM\n- [Vercel](https://vercel.com/) for deployment\n- [TanStack](https://tanstack.com/) for the full-stack template\n\n## 📝 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## 🙏 Many Thanks\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/Kliton\"\u003e\n        \u003cimg src=\"https://avatars.githubusercontent.com/u/10452377?v=4\" width=\"100px;\" alt=\"Kliton\"/\u003e\n        \u003cbr /\u003e\n        \u003csub\u003e\u003cb\u003eKliton\u003c/b\u003e\u003c/sub\u003e\n        \u003cbr /\u003e\n        \u003ca href=\"https://github.com/Kliton/budget_tracker\" title=\"Budget Tracker\" style=\"text-decoration: none;\"\u003e📈\u003c/a\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Fwallet-watch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpungrumpy%2Fwallet-watch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Fwallet-watch/lists"}