{"id":21959718,"url":"https://github.com/sprql/addressbook-demo","last_synced_at":"2026-04-13T20:02:04.365Z","repository":{"id":132397050,"uuid":"139975327","full_name":"sprql/addressbook-demo","owner":"sprql","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-09T07:37:03.000Z","size":330,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T20:14:19.368Z","etag":null,"topics":[],"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/sprql.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":"2018-07-06T11:18:46.000Z","updated_at":"2018-07-09T07:37:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"daee324a-4235-4485-a408-fa3874c2da50","html_url":"https://github.com/sprql/addressbook-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sprql/addressbook-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sprql%2Faddressbook-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sprql%2Faddressbook-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sprql%2Faddressbook-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sprql%2Faddressbook-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sprql","download_url":"https://codeload.github.com/sprql/addressbook-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sprql%2Faddressbook-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":[],"created_at":"2024-11-29T09:32:05.074Z","updated_at":"2026-04-13T20:02:04.349Z","avatar_url":"https://github.com/sprql.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Addressbook\n\nThe project consists of 5 components:\n\n- API\n- API documentation\n- API client library\n- API CLI client\n- API Web client\n\n## API\n\nSource code is located in `./api`\n\nTo run API server in docker you can use next command:\n\n`docker run -d --name addressbook_api -e DATABASE_URL=postgresql://username@localhost/addressbook_production -e BASIC_AUTHENTICATION_NAME=test -e BASIC_AUTHENTICATION_PASSWORD=test -e PORT=9292 -p 9292:9292 sprql/addressbook-api:latest`\n\nwhere:\n\n`DATABASE_URL` - URL to your database\n`BASIC_AUTHENTICATION_NAME` - username to access to the API\n`BASIC_AUTHENTICATION_PASSWORD` - password to access to the API\n`PORT` - server port, the default is `9292`.\n\n\nAlso, you can build your docker image:\n\n```\ncd ./api \u0026\u0026 make\n```\n\n\n\n### API Documentation\n\nLocated in `./documentation`\n\nBased on https://github.com/lord/slate\n\n\n### API client library\n\nLocated in `./addressbook_client`\n\nIt's a ruby gem to expose API call in ruby.\n\nUsed in API client.\n\n\n### API CLI client\n\nLocated in `./client`\n\nTo get started with client: \n\n```\n./client help\n```\n\nBy default, it assumes that a server runs on `http://localhost:9292`, and username and password for basic authentication is `development` and `development`. To change these defaults use `URL`,\n`BASIC_AUTH_NANE`, `BASIC_AUTH_PASSWORD` environment variables. For example:\n\n```\nURL=https://example.com BASIC_AUTH_NANE=user BASIC_AUTH_PASSWORD=pass ./client get\n```\n\n\n### API Web client\n\nLocated in `./react-client`\nTo run the server use next command: \n\n```\nyarn install \u0026\u0026 yarn start\n```\n\nIt assumes that a server runs on `http://localhost:9292`, and username and password for basic authentication is `development` and `development`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsprql%2Faddressbook-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsprql%2Faddressbook-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsprql%2Faddressbook-demo/lists"}