{"id":28415963,"url":"https://github.com/omermakesstuff/finance-thing","last_synced_at":"2026-04-10T15:01:22.962Z","repository":{"id":246074833,"uuid":"819984026","full_name":"OmerMakesStuff/finance-thing","owner":"OmerMakesStuff","description":"A finance platform that allows you to track your income and expenses, built with Next.js.","archived":false,"fork":false,"pushed_at":"2024-08-16T16:58:59.000Z","size":517,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T03:57:02.495Z","etag":null,"topics":["clerk","clerk-auth","docker-compose","drizzle-orm","hono","nextjs","postgres","postgresql","react","react-query","reactjs","shadcn-ui","tanstack-react-query"],"latest_commit_sha":null,"homepage":"https://finance-thing.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OmerMakesStuff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-25T15:07:53.000Z","updated_at":"2024-08-16T16:59:02.000Z","dependencies_parsed_at":"2024-08-16T18:25:27.609Z","dependency_job_id":null,"html_url":"https://github.com/OmerMakesStuff/finance-thing","commit_stats":null,"previous_names":["theomer77/finance-thing","omermakesstuff/finance-thing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OmerMakesStuff/finance-thing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmerMakesStuff%2Ffinance-thing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmerMakesStuff%2Ffinance-thing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmerMakesStuff%2Ffinance-thing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmerMakesStuff%2Ffinance-thing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmerMakesStuff","download_url":"https://codeload.github.com/OmerMakesStuff/finance-thing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmerMakesStuff%2Ffinance-thing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262029863,"owners_count":23247547,"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","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":["clerk","clerk-auth","docker-compose","drizzle-orm","hono","nextjs","postgres","postgresql","react","react-query","reactjs","shadcn-ui","tanstack-react-query"],"created_at":"2025-06-03T20:07:09.858Z","updated_at":"2025-12-30T20:11:29.817Z","avatar_url":"https://github.com/OmerMakesStuff.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Finance thing\n\nThis is a finance platform that allows you to track your income and expenses, by adding transactions (manually or by importing them from a CSV file) and assigning them to specific accounts and categories. It was created by following [this tutorial](https://youtu.be/N_uNKAus0II?si=DT2WyV3Ni6G1uE_R), though it probably has many changes in both its code and UI from that tutorial.\n\nTechnologies used in this project include:\n\n- [React](https://react.dev/) and [Next.js](https://nextjs.org/)\n- [Tailwind CSS](https://tailwindcss.com/) and [shadcn/ui](https://ui.shadcn.com/)\n- [Clerk](https://clerk.com/) for auth\n- [Hono](https://hono.dev/) for API routes\n- [Tanstack Query](https://tanstack.com/query/latest) for data fetching and interacting with the API\n- [Postgres](https://www.postgresql.org/) DB (in this case [Neon serverless](https://neon.tech/))\n- [Drizzle ORM](https://orm.drizzle.team/)\n- [Docker](https://www.docker.com/) compose in local development (run both the app itself and Drizzle studio)\n\n**This project exists purely for my own learning purposes. I have no plans to develop it any further.**\n\n## Getting Started\n\nFirst, copy the contents of .env.example into a new .env file, and fill in any empty variables.\n\nOnce you've done that, run the development server and Drizzle studio with Docker Compose:\n\n```bash\ndocker compose up -d\n```\n\nInitialize the database by running:\n\n```bash\ndocker compose exec app pnpm db:migrate\n```\n\nOpen [localhost:3000](http://localhost:3000) in your browser to see the app. \\\nYou can also view the database in Drizzle Studio at [local.drizzle.studio](https://local.drizzle.studio/).\n\nIf you want to add some dummy data to the database, you can use the seed script:\n\n```bash\ndocker compose exec app pnpm db:seed\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomermakesstuff%2Ffinance-thing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomermakesstuff%2Ffinance-thing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomermakesstuff%2Ffinance-thing/lists"}