Run the following commands to prepare your Airports API Development Environment:
$ docker volume create airports_api_db_vol
$ docker-compose build
$ docker-compose run runner ./bin/setup
Start the API
$ docker-compose up --build api
Run the following commands to prepare your Airports API Test Environment:
$ docker-compose build
$ docker-compose run test_runner ./bin/setup
Run test suite
$ docker-compose run test_runner bundle exec rspec spec