{"id":14972241,"url":"https://github.com/harryho/ng4crm","last_synced_at":"2025-10-26T18:31:46.196Z","repository":{"id":85760727,"uuid":"95969659","full_name":"harryho/ng4crm","owner":"harryho","description":" A reuseable CRM project for real-world business based on Angular 4, Angular-Material \u0026 Bootstrap 3. ","archived":false,"fork":false,"pushed_at":"2018-05-16T01:43:20.000Z","size":503,"stargazers_count":56,"open_issues_count":0,"forks_count":28,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-31T22:22:33.213Z","etag":null,"topics":["angular","angular-material","angular4","bootstrap3","crm","reusable-app"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harryho.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":"2017-07-01T14:40:14.000Z","updated_at":"2024-11-27T09:05:41.000Z","dependencies_parsed_at":"2023-05-04T17:46:38.520Z","dependency_job_id":null,"html_url":"https://github.com/harryho/ng4crm","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.13636363636363635","last_synced_commit":"def46fe5db8141cc23e2c7e2d27318af4bd440f8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harryho%2Fng4crm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harryho%2Fng4crm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harryho%2Fng4crm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harryho%2Fng4crm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harryho","download_url":"https://codeload.github.com/harryho/ng4crm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238386097,"owners_count":19463297,"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":["angular","angular-material","angular4","bootstrap3","crm","reusable-app"],"created_at":"2024-09-24T13:46:36.959Z","updated_at":"2025-10-26T18:31:40.788Z","avatar_url":"https://github.com/harryho.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular CRM\n\n## __**Warning! This repository is no longer maintained. Please check out the new one. [ng-md-app](https://github.com/harryho/ng-md-app.git) is built on the latest Angular and Materail Design.**__\n\n\n\n\u003e A reusable CRM starter project for real-world business based on Angular 4, Angular-Material \u0026 Bootstrap 3. \n\nThis project starts from a popular starter project [AngularClass/AngularStarter](https://github.com/AngularClass/angular-starter). The goal of this project is to create reusable project for real-world business. To achieve this target, we need a solution which includes simple authentication process, restful API feature with token support and simple but elegant UI design. \n\n\n#### Features\n\n* This project is built on the top of AngularClass/Angular-Starter. \n* The UI part of this project combine Angular-Material and Bootstrap 3. The components from Angular-Material is very limited, and ng-bootstrap for Angular 4 was at Alpha version when I started this project, so I combine some Bootstrap 3 in this project to build the UI. \n* This project includes ng-charts, pagination, progress-bar, confirmation dialog, etc. features.\n* It uses Json-Server as fake Restful API. (You can simply replace it with your own API)\n* CRUD functions for Customer, Order and Product.\n\n\n#### Live Demo\n[Demo App](https://angular-app-demo.harryho.org): The demo is just a proof of concept. It doesn't have back-end API and all features of master branch.\n\n#### Screenshots\n\n![Screenshot1](screenshots/screenshot-1.JPG)\n\n![Screenshot2](screenshots/screenshot-2.JPG)\n\n![Screenshot3](screenshots/screenshot-3.JPG)\n\n![Screenshot4](screenshots/screenshot-4.JPG)\n\n## Build \u0026 Setup\n\n\n``` bash\n\n# Clone project\ngit clone https://github.com/harryho/ng4crm.git\n\n\n# prepare Json-Server as fake Restful API\ncd ng4crm\n\n# WINDOWS only. In terminal as administrator\nnpm install -g node-pre-gyp\n\n# install the packages with npm\nnpm install\n\n# start the app\nnpm start\n\n# serve with hot reload at localhost:3000\nnpm run dev\n\n\n## You will see the following output. You can test the API with URLs via browser.\n##\n## \\{^_^}/ hi!                        \n##                                    \n## Loading db.json                    \n## Done                               \n##                                    \n## Resources                          \n## http://localhost:5354/token        \n## http://localhost:5354/customers    \n## http://localhost:5354/orders    \n## http://localhost:5354/products      \n## http://localhost:5354/categories         \n##                                    \n## Home                               \n## http://localhost:5354              \n## \n## ...........................\n## ...........................\n## [at-loader] Checking started in a separate process...\n\n## [at-loader] Ok, 0.002 sec.\n\n# Access the Reetek Angular 4 CRM at localhost:3000\n\n\n```\n\n# Welcome to fork or clone!\n\nFor detailed explanation on how things work, checkout following links please.\n\n* [angular](https://angular.io/)\n* [angular-material](https://material.angular.io/)\n* [bootstrap](http://getbootstrap.com/)\n* [ng-charts](https://github.com/valor-software/ng2-charts)\n\n\n#### Alternatives\n\nThere are two similar projects respectively built on the Vue.js and React. If you have interests in those technical stacks. You can find and clone those repositories below.\n\n* [Vue2Crm](https://github.com/harryho/vue2crm.git).\n* [React-Crm](https://github.com/harryho/react-crm.git).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharryho%2Fng4crm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharryho%2Fng4crm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharryho%2Fng4crm/lists"}