This repo contains a sample implementation of a Frontend+Backend app on getting started with Self-Sovereign Identity using Flex Hub Organizational API.
Prerequisites:
- NodeJS
- Docker and Docker-Compose
- Yarn
- Start MongoDB
docker-compose up -d
-
Update env vars in
.env
-
Start backend
cd backend
yarn build
yarn start
- Start frontend
cd ../frontend
yarn start