Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 450 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 450 Bytes

Flex Sample App

This repo contains a sample implementation of a Frontend+Backend app on getting started with Self-Sovereign Identity using Flex Hub Organizational API.

Getting started

Prerequisites:

  • NodeJS
  • Docker and Docker-Compose
  • Yarn
  1. Start MongoDB
docker-compose up -d
  1. Update env vars in .env

  2. Start backend

cd backend
yarn build
yarn start
  1. Start frontend
cd ../frontend
yarn start