Source code for swapi.co
To run Swapi on your Docker installation see the included Dockerfile. It is also available at Docker Hub https://cloud.docker.com/repository/docker/svenwal/swapi/general
docker run -d -p 8080:8080 svenwal/swapi
curl http://localhost:8080/api/people/1/
For contributing, please see CONTRIBUTING.md