Skip to main content
Version: 1.0.0
info

Please note that this content is under development and is not ready for implementation. This status message will be updated as content development progresses.

Quick Start

To get the Identity Resolver up and running quickly, follow these steps:

  1. Clone the repository:
git clone https://github.com/pyx-industries/pyx-identity-resolver.git
cd pyx-identity-resolver
  1. Start the application using Docker Compose:
docker compose up -d
  1. Access the API documentation at http://localhost:3000/api-docs

  2. Within the API documentation, click the Authorize button and enter the default API key test123

The default configuration and examples within the API documentation will be sufficient for you to get started. When you are ready, you can find more detailed setup and configuration options here.