{"id":26448344,"url":"https://github.com/frezerzewdu/vat_calculator","last_synced_at":"2026-05-18T03:02:38.429Z","repository":{"id":213293985,"uuid":"733480444","full_name":"FrezerZewdu/vat_calculator","owner":"FrezerZewdu","description":"Inventory system for Small \u0026 Medium Enterprises.","archived":false,"fork":false,"pushed_at":"2024-02-01T17:56:38.000Z","size":1237,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T09:01:09.928Z","etag":null,"topics":["nestjs-backend","pinia","prisma","rest-api","tailwindcss","vue3"],"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/FrezerZewdu.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":"2023-12-19T12:26:35.000Z","updated_at":"2024-07-18T07:17:48.000Z","dependencies_parsed_at":"2023-12-19T16:20:24.752Z","dependency_job_id":"ae4585a3-b24f-42c6-9112-d0d8310dd58f","html_url":"https://github.com/FrezerZewdu/vat_calculator","commit_stats":null,"previous_names":["frezerzewdu/vat_calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FrezerZewdu/vat_calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrezerZewdu%2Fvat_calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrezerZewdu%2Fvat_calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrezerZewdu%2Fvat_calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrezerZewdu%2Fvat_calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrezerZewdu","download_url":"https://codeload.github.com/FrezerZewdu/vat_calculator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrezerZewdu%2Fvat_calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008836,"owners_count":26084517,"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-11T02:00:06.511Z","response_time":55,"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":["nestjs-backend","pinia","prisma","rest-api","tailwindcss","vue3"],"created_at":"2025-03-18T14:10:18.511Z","updated_at":"2025-10-11T21:38:10.258Z","avatar_url":"https://github.com/FrezerZewdu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eNestJS Prisma REST API With VueJS and Tailwind Inventory System\u003c/h1\u003e\n\u003ch2\u003eAn Inventory system created with specifically the Ethiopian Financial system in mind!\u003c/h2\u003e\n\n\u003cp\u003eThis project is a side hustle idea that was built for SME that require a digital ledger for their businesses with the Ethiopian tax laws in mind. \u003cbr/\u003e \nThe project has the following features included: \u003cbr/\u003e\n  \u003cul\u003e\n    \u003cli\u003eSave all the Items in your store in any unit required\u003c/li\u003e\n    \u003cli\u003eRegister the Items when they enter the inventory\u003c/li\u003e\n    \u003cli\u003eHas a sales portal for when you sell your products\u003c/li\u003e\n    \u003cli\u003eHas a dashboard with the most important KPI's that can help your business\u003c/li\u003e\n    \u003cli\u003eRole based access control for signing up your employees and handing of selling activities\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/p\u003e\n\n## Installation\n\n\u003ch4\u003eBackend Side\u003c/h4\u003e\n\u003cp\u003e1. Head into the backend directory \u003cbr/\u003e\n2. Run the following command\u003c/p\u003e\n\n```bash\n$ npm install\n```\n\n\u003cp\u003e3. Run the Prisma seeding script to create your database\u003c/p\u003e\n\n```bash\n$ npx prisma db pull\n```\n\u003cp\u003e\u003cb\u003eNote:\u003c/b\u003e For the above command to work you need to setup .env variables.\u003c/p\u003e\n\n\u003ch4\u003eFrontend Side\u003c/h4\u003e\n\u003cp\u003e1. Head into the frontend directory\u003cbr/\u003e\n2. Run the following command\u003c/p\u003e\n\n```bash\n$ npm install\n```\n\n## Running the project\n\u003cp\u003eRun in the backend directory the following command\u003c/p\u003e\n\n```bash\n$ npm run start\n```\n\n\u003cp\u003eRun in the frontend directory the following command\u003c/p\u003e\n\n```bash\n$ npm run serve\n```\n\n\u003cp\u003eThe running system will look like this:\u003c/p\u003e\n\n![Example Image](tirfee_project_screenshot.JPG)\n\n\u003cp\u003eSimple Docker installation Comming Soon!!\u003c/p\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrezerzewdu%2Fvat_calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrezerzewdu%2Fvat_calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrezerzewdu%2Fvat_calculator/lists"}