This SWAPI fork has been equipped with a Dockerfile
in order to use it for local development.
Build the Docker image and start the development web server:
make
Load the data for the SWAPI:
make load_data
SWAPI is now available at http://127.0.0.1:8080/
and http://127.0.0.1:8080/api/
.