{"id":15099082,"url":"https://github.com/nmk78/erp","last_synced_at":"2025-10-08T16:56:35.808Z","repository":{"id":231162192,"uuid":"780852471","full_name":"Nmk78/ERP","owner":"Nmk78","description":"Enterprise Recourse Planning System With Node.Js and Next.Js","archived":false,"fork":false,"pushed_at":"2024-05-20T13:48:11.000Z","size":279793,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T15:11:25.969Z","etag":null,"topics":["apexcharts","auth0","erp","erp-application","nextapi","nextjs","reacthookform","tanstack-query","tanstack-table"],"latest_commit_sha":null,"homepage":"https://erp-nmk.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nmk78.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-02T09:29:44.000Z","updated_at":"2025-03-27T04:53:35.000Z","dependencies_parsed_at":"2025-03-21T21:41:28.540Z","dependency_job_id":"df037d63-dafe-4de7-b29e-eefeea47c632","html_url":"https://github.com/Nmk78/ERP","commit_stats":null,"previous_names":["nmk78/erp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nmk78/ERP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nmk78%2FERP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nmk78%2FERP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nmk78%2FERP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nmk78%2FERP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nmk78","download_url":"https://codeload.github.com/Nmk78/ERP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nmk78%2FERP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278981512,"owners_count":26079640,"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-08T02:00:06.501Z","response_time":56,"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":["apexcharts","auth0","erp","erp-application","nextapi","nextjs","reacthookform","tanstack-query","tanstack-table"],"created_at":"2024-09-25T17:04:57.719Z","updated_at":"2025-10-08T16:56:35.778Z","avatar_url":"https://github.com/Nmk78.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://erp-nmk.vercel.app/\"\u003e\n        \u003cimg src=\"https://photos.app.goo.gl/rpAp5P7mbdH3QcXy7\" alt=\"IGNITE ERP Analytic Realtime Dashboard\"\u003e\n    \u003c/a\u003e\n    \u003ch1\u003eIGNITE ERP\u003c/h1\u003e\n    \u003cp align=\"center\"\u003e\n        \u003ch3\u003eMini ERP system developed using Next.js\u003c/h3\u003e\n        \u003ca href=\"https://erp-nmk.vercel.app/\"\u003eSign up\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/div\u003e\n\nIGNITE is a comprehensive ERP (Enterprise Resource Planning) system designed to streamline business operations and enhance efficiency. Developed using Next.js for both front-end and back-end, and powered by MongoDB as the database, IGNITE offers a range of features to manage various aspects of a business.\n\n## Features\n- **User Authentication and Authorization**: Securely manage user accounts with features like Multifactor Authentication, Email Verification, and Password Reset.\n- **Product Management**: Efficiently manage products, including, pricing, instock unit.\n- **Staff Management**: Keep track of staff wages and bonus.\n- **Wage and Bonus Management**: Handle wage calculations, bonuses for employees.\n- **Branch Management**: Manage multiple branches or locations of your business seamlessly.\n- **Analytical Dashboard**: Gain insights into business performance with real-time analytics and visualizations.\n\n## Getting Started\nTo get started with IGNITE ERP, simply [sign up](https://erp-nmk.vercel.app/) and start exploring the features. \n\n- [Sign up](https://erp-nmk.vercel.app/)\n- [Create a branch](https://erp-nmk.vercel.app/settings)\n\n\n\n```\nGive a Star ⭐️ \u0026 Fork to this project ... 🤩`\n```\n\n\u003e # Development\n\n## Implemented Features\n- **User Authentication System**\n  - Implemented user authentication and authorization system with Auth0 \u0026 MongoDB, including Multifactor Authentication, Email Verification, and Password Reset.\n- **Database Schema Design**\n  - Designed the database schema using existing DBMS knowledge from MySQL, focusing on avoiding redundant data.\n- **Frontend UI Components**\n  - Designed and tested various prototypes before deciding on the final UI components. Utilized Charts and Tables effectively, considering both design and functionality.\n  - Implemented Data Context and caching with Tanstack Query. Applied the DRY principle where possible.\n- **Backend API Endpoints**\n  - Implemented backend API endpoints using Next.js. Encountered challenges typical of a new Next.js user but appreciated its flexibility and features.\n\n## Advancements\n- **Aggregation Pipelines**\n  - Gained experience working with complex aggregation pipelines.\n\n## Feedback\nIf you have any feedback, please reach out to me at naymyokhant78@gmail.com. Feel free to fix any typos or spelling errors and extend the content to make it more comprehensive.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmk78%2Ferp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnmk78%2Ferp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmk78%2Ferp/lists"}