{"id":16578139,"url":"https://github.com/glynnbird/crm","last_synced_at":"2026-04-20T01:05:06.045Z","repository":{"id":138315652,"uuid":"176552616","full_name":"glynnbird/crm","owner":"glynnbird","description":"A demo Customer Relations Management system built with IBM Cloud Functions and the Cloudant database.","archived":false,"fork":false,"pushed_at":"2019-03-28T10:22:07.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T21:44:56.467Z","etag":null,"topics":["cloudant","crm","openwhisk","vuejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/glynnbird.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":"2019-03-19T16:15:25.000Z","updated_at":"2019-05-03T15:28:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"597bc954-8823-48c0-a7fd-5b0a2ba0b048","html_url":"https://github.com/glynnbird/crm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/glynnbird/crm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glynnbird%2Fcrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glynnbird%2Fcrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glynnbird%2Fcrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glynnbird%2Fcrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glynnbird","download_url":"https://codeload.github.com/glynnbird/crm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glynnbird%2Fcrm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32028550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"ssl_error","status_checked_at":"2026-04-20T00:17:31.068Z","response_time":55,"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":["cloudant","crm","openwhisk","vuejs"],"created_at":"2024-10-11T22:13:13.132Z","updated_at":"2026-04-20T01:05:06.038Z","avatar_url":"https://github.com/glynnbird.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRM\n\nThis is a demo Customer Relations Managment (CRM) system built with:\n\n- a client-side web app using HTML, CSS \u0026 JavaScript\n- - Vue.js - application framework\n- - Bootstrap - user-interface components\n- - Showdown - Markdown parser\n- a serverless API built with IBM Cloud Functions\n- a Cloudant NoSQL database\n\nRead about how this application works [in this blog](https://blog.cloudant.com/2019/03/29/Building-a-CRM-System.html)\n\n## Pre-requisites\n\n- An [IBM Cloud](https://www.ibm.com/cloud/) account with the [ibmcloud command-line tool](https://console.bluemix.net/openwhisk/learn/cli) installed and authenticated.\n- A Cloudant account provisioned in the IBM Cloud account - make a note of your Cloudant URL.\n- Node.js.\n- Python.\n\n## Setting up the API\n\nCreate an environment variable to store your Cloudant URL:\n\n```sh\nexport COUCH_URL=\"\u003cmy cloudant url\u003e\"\n```\n\nClone this repository then do:\n\n```sh\ncd crm/api\n./deploy.sh\n```\n\nThis will create a number of API calls in your Cloudant account. Make a note of the URLs generated by this process.\n\n## Setting up the database\n\nCreate a Cloudant database, a couple of indexes and some sample data with:\n\n```sh\ncd setup\n./setup.sh\n```\n\n(requires the [datamaker](https://www.npmjs.com/package/datamaker) \u0026 [couchimport](https://www.npmjs.com/package/couchimport) tools installed to generate and import sample data).\n\n## Running the web app.\n\nModify the `APIURL` variable in `assets/js/crm.js` to match the URL produced when creating your API calls.\n\nRun:\n\n```sh\n./start.sh\n```\n\nYour CRM should be running on http://localhost:8000\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglynnbird%2Fcrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglynnbird%2Fcrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglynnbird%2Fcrm/lists"}