You need Docker
and docker-compose
. Install docker compose documentation
- Run application with docker on port
:8080
make up
- Show and attach to application logs
make logs
- Run tests with coverage
make test
Endpoint | Method | Description |
---|---|---|
/accounts |
POST |
Create Account |
/accounts/{:accountId} |
GET |
Get account by id |
/transactions |
POST |
Create Transaction |
/transactions/{:transactionId} |
GET |
Get transaction by id |