/TrustCoreID

For Human Dynamics open collaboration on CoreID project

Primary LanguageJavaScriptMIT LicenseMIT

TrustCoreID Demo

Preparing dev environment

Setup:

npm install
npm rebuild
cd app
npm install
npm run rebuild

create .env file in application folder with following properties:

HOST=localhost
PORT=5150
COUCH_URL=http://couch-domain:5984
COUCH_USERNAME=username
COUCH_PASSWORD=password

Start server (execute from project root)

node server/server.js

Start client (execute from project root)

npm run dev

Thanks and Attributions

screen shot 2017-06-27 at 4 16 10 pm