caterpillar/api/README.md

22 lines
193 B
Markdown

# API
## Setup
### Requirements
- docker
- docker-compose
### Installation
```bash
docker-compose build
docker-compose up -d
```
For a one-liner
```bash
docker-compose up -d --build
```