Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 531 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 531 Bytes

Airports API

Development

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

Testing

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