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