# IDV Example

## Running the example

1. Rename the [.env.example](.env.example) file to `.env` and fill in the required configuration values
1. Install the dependencies with `npm install`
1. Start the server `npm start`
1. Visit `https://localhost:3000`

* _The [default controller](./src/controllers/index.controller.js) demonstrates how to create an IDV session_
* _The [success controller](./src/controllers/success.controller.js) demonstrates how to retrieve an IDV session_
