This server is designed to act as storage for profiles generated using the Excimer PHP Extension.
The project utilizes NodeJS and NestJS, and it requires MariaDB for data storage.
You can deploy the server using one of the following methods:
- Helm chart
- Docker image
- Local installation (refer to
README.nestjs.md
for more information)
To send data to this server, you can:
- Use the PSR Request Handler in any existing PSR-compliant server.
- Manually send data to
http://$host/profile
by directly using this PSR Client compatible class or any other tool.