Skip to content

FlexFinTx/sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published