# PaymentGateway

Internal service for data analytics operations.

## Quick Start

```sh
cp .env.example .env
docker-compose up -d
make migrate
make run
```

## Configuration

See `.env` for required environment variables.

## Deployment

Deployments are handled via Jenkins pipeline. See [Deploy Guide](./docs/deploy.md).

## Team

- Backend: @backend-team
- DevOps: @ops
- Security: @security-team
