# Acme Payments

A payments microservice. Handles charges, refunds, balance lookups.

## Stack
- Node.js (ES modules)
- PostgreSQL
- Stripe for card processing

## Quick start

```bash
npm install
npm start
```

See `docs-canonical/` for the system specs.
