{"id":13718205,"url":"https://github.com/dfinity/linkedup","last_synced_at":"2025-10-29T06:47:42.464Z","repository":{"id":39582221,"uuid":"224717214","full_name":"dfinity/linkedup","owner":"dfinity","description":"An open professional network.","archived":false,"fork":false,"pushed_at":"2023-05-07T09:59:59.000Z","size":1592,"stargazers_count":154,"open_issues_count":33,"forks_count":42,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-09-02T16:57:16.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sdk.dfinity.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfinity.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-11-28T19:31:26.000Z","updated_at":"2025-06-02T14:57:54.000Z","dependencies_parsed_at":"2024-01-07T18:15:15.050Z","dependency_job_id":null,"html_url":"https://github.com/dfinity/linkedup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dfinity/linkedup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Flinkedup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Flinkedup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Flinkedup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Flinkedup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfinity","download_url":"https://codeload.github.com/dfinity/linkedup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Flinkedup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281577705,"owners_count":26524886,"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-29T02:00:06.901Z","response_time":59,"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":[],"created_at":"2024-08-03T00:08:21.933Z","updated_at":"2025-10-29T06:47:42.446Z","avatar_url":"https://github.com/dfinity.png","language":"JavaScript","readme":"# LinkedUp - An open professional network.\n\n[![Build Status](https://travis-ci.org/dfinity-lab/linkedup.svg?branch=master)](https://travis-ci.org/dfinity-lab/linkedup?branch=master)\n\n[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/dfinity-lab/linkedup)\n\nThe LinkedUp sample application provides a simple implementation of an open professional network that demonstrates how to use **inter-canister calls** within a project.\n\nIn the LinkedUp sample application, there are two canisters:\n\n* The `linkedup` canister creates and stores basic profile information for a user, including work experience and educational background.\n* The `connectd` canister creates and stores a user's connections.\n\n## Before you begin\n\nBefore building the sample application, verify the following:\n\n* You have downloaded and installed the DFINITY Canister SDK as described in [Download and install](https://sdk.dfinity.org/docs/quickstart/local-quickstart.html#download-and-install).\n* You have stopped any Internet Computer network processes running on the local computer.\n\n## Demo\n\n1. Clone the `linkedup` repository.\n\n2. Change to the local `linkedup` working directory.\n\n    ```bash\n    cd linkedup\n    ```\n\n3. Install the required node modules (only needed the first time).\n\n    ```bash\n    npm install\n    ```\n\n4. Open the `dfx.json` file in a text editor and verify the `dfx` setting has same the version number as the `dfx` executable you have installed.\n\n5. Start the replica.\n\n    ```bash\n    dfx start --background\n    ```\n\n6. Register unique canister identifiers for the `linkedup` project by running the following command:\n\n    ```bash\n    dfx canister create --all\n    ```\n\n7. Build the application by running the following command:\n\n    ```bash\n    dfx build\n    ```\n\n8. Deploy the application on the local network by running the following command:\n\n    ```bash\n    dfx canister install --all\n    ```\n\n9. Copy the canister identifier for the `linkedup_assets` canister (you can use `dfx canister id linkedup_assets`).\n\n10. Open the `linkedup_assets` canister frontend in your web browser.\n\n    For example, if using the default localhost address and port number, the URL looks similar to this:\n\n    ```bash\n    http://localhost:8000/?canisterId=7kncf-oidaa-aaaaa-aaaaa-aaaaa-aaaaa-aaaaa-q\n    ```\n","funding_links":[],"categories":["Applications"],"sub_categories":["Social"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinity%2Flinkedup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfinity%2Flinkedup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinity%2Flinkedup/lists"}