# Placing a hold

## Requirements
* PHP >= 7.1.3
* [Slim](http://www.slimframework.com/)

## How to run

1. Run composer to set up dependencies

```
composer install
```

2. Run the server locally

```
php -S localhost:4242 index.php
```