Skip to content

wuarmin/airports_api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published