{"id":23213541,"url":"https://github.com/careydevelopment/careydevelopmentcrm","last_synced_at":"2026-03-06T02:05:46.425Z","repository":{"id":48419307,"uuid":"298404707","full_name":"careydevelopment/careydevelopmentcrm","owner":"careydevelopment","description":"Angular customer relationship management (CRM) app.","archived":false,"fork":false,"pushed_at":"2021-07-27T10:38:03.000Z","size":4275,"stargazers_count":61,"open_issues_count":2,"forks_count":56,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-19T05:45:12.836Z","etag":null,"topics":["angular","api","crm","java","microservices","mongodb"],"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/careydevelopment.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}},"created_at":"2020-09-24T22:02:02.000Z","updated_at":"2025-07-22T09:36:13.000Z","dependencies_parsed_at":"2022-08-30T11:12:19.716Z","dependency_job_id":null,"html_url":"https://github.com/careydevelopment/careydevelopmentcrm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/careydevelopment/careydevelopmentcrm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careydevelopment%2Fcareydevelopmentcrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careydevelopment%2Fcareydevelopmentcrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careydevelopment%2Fcareydevelopmentcrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careydevelopment%2Fcareydevelopmentcrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/careydevelopment","download_url":"https://codeload.github.com/careydevelopment/careydevelopmentcrm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careydevelopment%2Fcareydevelopmentcrm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30158920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"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":["angular","api","crm","java","microservices","mongodb"],"created_at":"2024-12-18T19:18:11.034Z","updated_at":"2026-03-06T02:05:46.395Z","avatar_url":"https://github.com/careydevelopment.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)\n\n# Carey Development CRM\n\n![license](https://img.shields.io/badge/license-MIT-blue.svg) \n\n\nThis is an ongoing project that demonstrates how to build a customer relationship management (CRM) application\nusing Angular, Spring Boot, and MongoDB.\n\nEach lesson is a separate branch. The latest state of the whole project is in the master branch.\n\n## Dependencies\nDON'T FORGET TO INSTALL THE DEPENDENCIES! You can do that easily by opening a command prompt, going to\nthe directory where this project is located, and typing:\n\n```\nnpm install\n```\n\nThat's it. That should do it.\n\nIf you're still having issues, you might need to blow away everything in the node_modules directory\nrun npm install again.\n\n## All the Guides\nIf you're interested in following the guides, just view the \n\u003ca href=\"https://careydevelopment.us/tag/careydevelopmentcrm\" target=\"_blank\"\u003ecareydevelopmentcrm\u003c/a\u003e\ntag on the Carey Development website. Note that all lessons are in reverse chronological order \nso if you want to start at the beginning, go to the last page.\n\n## Microservices\nKeep in mind: this Angular app runs alongside a microservice architecture. Here's a list of the current\nmicroservices the app uses as well as links to their source code on GitHub.\n\n* \u003ca href=\"https://github.com/careydevelopment/ecosystem-user-service\"\u003eUser Service\u003c/a\u003e - handles authentication and features related to user info (updating account details, adding a profile image, etc.)\n* \u003ca href=\"https://github.com/careydevelopment/ecosystem-customer-service\"\u003eCustomer Service\u003c/a\u003e - handles CRUD activities related to contacts (sales leads, customers, etc.) and accounts\n* \u003ca href=\"https://github.com/careydevelopment/ecosystem-email-service\"\u003eEmail Service\u003c/a\u003e - for integration with email (currently only supports Gmail)\n* \u003ca href=\"https://github.com/careydevelopment/ecosystem-product-service\"\u003eProduct Service\u003c/a\u003e - handles CRUD activities related to products\n* \u003ca href=\"https://github.com/careydevelopment/crm-service\"\u003eCRM Service\u003c/a\u003e - handles CRUD activities related to CRM-specific objects such as appointments, meetings, and more\n* Geo Service - retrieves lists of geographies such as states and countries (currently not public)\n\n## Configuration\nSpeaking of microservices, you'll need to update the code to point to the downstream APIs. To do that,\nyou'll need to edit both of the files in src/environments. \n\nRight now they're just dummied up, so you'll need to put your own URLs in there.\n\nFor example, if you deploy the ecosystem-user-service so that it's located at http://mygreathost.com/user,\nthen you'll need to set the following property:\n\nbaseUserServiceUrl: 'http://mygreathost.com/user'\n\nKeep in mind: environment.ts is meant for non-production systems while environment.prod.ts is meant\nfor production systems. So update the values accordingly.\n\n## Persistence\nThe microservices in turn use MongoDB for persistence. For more info about how to set up the MongoDB\ndatabases and collections used by the microservices, check out \n\u003ca href=\"https://careydevelopment.us/blog/how-to-store-user-credentials-with-spring-boot-and-mongodb\"\u003ethis guide\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcareydevelopment%2Fcareydevelopmentcrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcareydevelopment%2Fcareydevelopmentcrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcareydevelopment%2Fcareydevelopmentcrm/lists"}