# SwapiExample A small example of using the [Star Wars API](https://swapi.dev/) to list all of the starships and their pilots that have appeared in the Star Wars film canon. ## Installation ### Nix (preferred) ``` nix-shell # Downloads Docker and Elixir, and then starts a new shell with them in your path. export MIX_ENV=prod mix deps.get mix compile nix-build docker.nix # This step builds the release and puts it in an image. docker load