Giter Club home page Giter Club logo

linkedup's Introduction

LinkedUp - An open professional network.

Build Status

Gitpod Ready-to-Code

The LinkedUp sample application provides a simple implementation of an open professional network that demonstrates how to use inter-canister calls within a project.

In the LinkedUp sample application, there are two canisters:

  • The linkedup canister creates and stores basic profile information for a user, including work experience and educational background.
  • The connectd canister creates and stores a user's connections.

Before you begin

Before building the sample application, verify the following:

  • You have downloaded and installed the DFINITY Canister SDK as described in Download and install.
  • You have stopped any Internet Computer network processes running on the local computer.

Demo

  1. Clone the linkedup repository.

  2. Change to the local linkedup working directory.

    cd linkedup
  3. Install the required node modules (only needed the first time).

    npm install
  4. 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.

  5. Start the replica.

    dfx start --background
  6. Register unique canister identifiers for the linkedup project by running the following command:

    dfx canister create --all
  7. Build the application by running the following command:

    dfx build
  8. Deploy the application on the local network by running the following command:

    dfx canister install --all
  9. Copy the canister identifier for the linkedup_assets canister (you can use dfx canister id linkedup_assets).

  10. Open the linkedup_assets canister frontend in your web browser.

    For example, if using the default localhost address and port number, the URL looks similar to this:

    http://localhost:8000/?canisterId=7kncf-oidaa-aaaaa-aaaaa-aaaaa-aaaaa-aaaaa-q

linkedup's People

Contributors

enzoh avatar hansl avatar lsgunnlsgunn avatar ggreif avatar alexabsmith avatar andrewwylde avatar nomeata avatar letmejustputthishere avatar chenyan-dfinity avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.