/query_orbitdb

Patients info query based on OrbitDB

Primary LanguageJavaScriptApache License 2.0Apache-2.0

query_orbitdb

Patients info query based on OrbitDB

For local development of frontend execute the following code:

  1. Download the repository using git clone
  2. Install necessary dependencies using npm for client and server
# Install client dependency
cd client/
npm install

# Install server dependency
cd ../
npm install
  1. Run on local machine
# Run the React client
cd client/
npm run dev

# Run the Express server
cd ../
npm run server
  1. open web browser and access localhost:3000