{"id":21311801,"url":"https://github.com/mrmarufpro/expense-tracker","last_synced_at":"2026-04-04T08:36:57.975Z","repository":{"id":215337617,"uuid":"738685269","full_name":"maruffahmed/expense-tracker","owner":"maruffahmed","description":"A expense tracker app with expense and income history and ability to add, update, delete options build with ReactJS and ExpressJs.","archived":false,"fork":false,"pushed_at":"2024-01-20T21:34:15.000Z","size":342,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T09:49:11.295Z","etag":null,"topics":["docker","docker-compose","expressjs","javascript","nodejs","postgresql","react-query","reactjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","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/maruffahmed.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}},"created_at":"2024-01-03T20:02:03.000Z","updated_at":"2024-03-13T09:22:48.000Z","dependencies_parsed_at":"2024-01-20T22:30:36.301Z","dependency_job_id":null,"html_url":"https://github.com/maruffahmed/expense-tracker","commit_stats":null,"previous_names":["maruffahmed/expense-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruffahmed%2Fexpense-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruffahmed%2Fexpense-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruffahmed%2Fexpense-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruffahmed%2Fexpense-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maruffahmed","download_url":"https://codeload.github.com/maruffahmed/expense-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790944,"owners_count":20348378,"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":["docker","docker-compose","expressjs","javascript","nodejs","postgresql","react-query","reactjs","tailwindcss","typescript"],"created_at":"2024-11-21T17:20:23.162Z","updated_at":"2025-12-30T19:08:53.600Z","avatar_url":"https://github.com/maruffahmed.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expense tracker\n\n\u003c!-- ### [Demo](https://dpdms.up.railway.app/) --\u003e\n\n\u003c!-- Demo credential\n\n```\nemail: maruffamd@gmail.com\npassword: 123456\n``` --\u003e\n\n## Getting Started\n\nThis instruction will get you a copy of this project up and running on your local machine\n\n## Docker setup 🐳\n\nRun the following docker compose command:\n\n```sh\ndocker compose up\n```\n\nIt'll setup necessary environment and run the following servers:\nAn backend will be run at \u003chttp://localhost:3000\u003e\nAn backend swagger docs will be run at \u003chttp://localhost:3000/v1/docs\u003e\nAnd frontend will be run at \u003chttp://localhost:5173\u003e\n\n\n## Manual setup\n\n### Prerequisites\n\nYou need [Node JS](https://nodejs.org) (v18.x.x) installed on your local machine.\n\n### Installing ⚙️\n\nRun the followning command to install all the packages:\n\n```sh\nyarn setup\n```\n\n#### Setup Environment Variable\n\nSet the following environment variable to `backend` directory. Also, an example file is given with the name of `.env.example`:\n\n```sh\nPORT=3000\nHOST=http://localhost:3000\n\nDATABASE_URL=\"postgresql://username:password@localhost:5432/expense_tracker\"\n\nJWT_SECRET=thisisasamplesecret\nJWT_ACCESS_EXPIRATION_MINUTES=30\nJWT_REFRESH_EXPIRATION_DAYS=30\nJWT_RESET_PASSWORD_EXPIRATION_MINUTES=10\nJWT_VERIFY_EMAIL_EXPIRATION_MINUTES=10\n```\n\n### Database Migration 💿\n\nRun the followning command to migrate the prisma schema:\n\n```sh\nyarn db:migrate\n```\n\nThis command also perform seed 🌱 to your database with some preset dataset.\n\n\u003c!-- #### Seed Database (optional) 🌱\n\nRun the following command to seed your database with some preset dataset.\n\n```sh\ncd backend\nyarn seed\n``` --\u003e\n\n#### Run 🏃🏻‍♂️\n\nBy this command your frontend and backend server will be run concurrently\n\n```sh\nyarn start\n```\n\nAn backend will be run at \u003chttp://localhost:3000\u003e\nAn backend swagger docs will be run at \u003chttp://localhost:3000/v1/docs\u003e\nAnd frontend will be run at \u003chttp://localhost:5173\u003e\n\n#### Test user credential\n\nUse this credential to log into the test user account\n\n```sh\nemail: test@gmail.com\npassword: password123\n```\n\n## Built With 🏗️👷🏻\n\n- [NodeJs](https://nodejs.org/en/) - Node.js® is an open-source, cross-platform JavaScript runtime environment.\n- [ExpressJs](https://expressjs.com) - Fast, unopinionated, minimalist web framework for Node.js.\n- [Prisma](https://nestjs.com/) - Next-generation Node.js and TypeScript ORM\n- [React](https://react.dev) - The library for web and native user interfaces\n- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework packed with classes\n- [Shadcn/ui](https://ui.shadcn.com) - Tailwind and RadixUi based component library\n\n## Authors\n\n- **Md Maruf Ahmed** - _Software Engineer_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmarufpro%2Fexpense-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmarufpro%2Fexpense-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmarufpro%2Fexpense-tracker/lists"}