TrustCoreID Demo
- GitHub code repository for US Federal Credit Union Identity Use Case Demo
- GitHub Pages Project Splash Page: https://civics.github.io/TrustCoreID
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