{"id":46613884,"url":"https://github.com/proohit/accountingapp","last_synced_at":"2026-03-07T19:07:26.559Z","repository":{"id":37802420,"uuid":"360265041","full_name":"proohit/accountingapp","owner":"proohit","description":"App for maintaining personal balances of wallets. Runs with MySQL, NextJS and TypeORM","archived":false,"fork":false,"pushed_at":"2023-06-03T02:16:54.000Z","size":6172,"stargazers_count":1,"open_issues_count":22,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-06-03T03:21:46.169Z","etag":null,"topics":["accounting","mysql","nextjs","reactjs","typeorm","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/proohit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-21T18:15:17.000Z","updated_at":"2023-06-03T03:21:46.169Z","dependencies_parsed_at":"2023-02-16T07:31:08.862Z","dependency_job_id":null,"html_url":"https://github.com/proohit/accountingapp","commit_stats":null,"previous_names":[],"tags_count":46,"template":null,"template_full_name":null,"purl":"pkg:github/proohit/accountingapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proohit%2Faccountingapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proohit%2Faccountingapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proohit%2Faccountingapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proohit%2Faccountingapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proohit","download_url":"https://codeload.github.com/proohit/accountingapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proohit%2Faccountingapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30226872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["accounting","mysql","nextjs","reactjs","typeorm","typescript"],"created_at":"2026-03-07T19:07:26.047Z","updated_at":"2026-03-07T19:07:26.544Z","avatar_url":"https://github.com/proohit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AccountingApp\n\nAccounting App is a project which helps to keep an overview of balances of personal wallets. It consists of a web application powered by NextJS, React, MUI and Recoil and a backend server powered by NestJS, TypeORM and MySQL.\n\n## Configuration\n\nCopy `.env.template` files in frontend and backend to `.env` respectively and fill in the values.\n\n### Backend\n\nThe backend server is configured via environment variables. The following variables are available:\n\n```env\nSESSION_SECRET=\nDATABASE_URL=\nPORT=\n```\n\n### Frontend\n\nThe frontend is configured via environment variables. The following variables are available:\n\n```env\nNEXT_PUBLIC_BACKEND_HOST=\n```\n\n## Building\n\nThe project is structured as a Monorepo. It includes a shared package, that handles shared code between the frontend and the backend. The frontend and backend are located in the `frontend` and `backend` folders respectively. The shared package is located in the `shared` folder.\n\nFor both backend and frontend to work, the shared package needs to be built first. To do so, run the following command in the root folder:\n\n```bash\nnpm run build:shared\n```\n\nAfter that, the backend can be built with the following command:\n\n```bash\nnpm run build:backend\n```\n\nAnd the frontend can be built with the following command:\n\n```bash\nnpm run build:frontend\n```\n\n## Development\n\nBefore starting the application, the shared package needs to be built. To do so, run the following command in the root folder:\n\n```bash\nnpm run build:shared\n```\n\nAfter that, start backend and frontend in development mode in different terminals with the following commands:\n\n```bash\nnpm run start:dev:backend\nnpm run start:dev:frontend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproohit%2Faccountingapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproohit%2Faccountingapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproohit%2Faccountingapp/lists"}