ranked-pick-web
is the web client for Ranked Pick, a web application for creating and responding to ranked choice style surveys.
API source can be found here.
The service is run locally with Docker and Docker Compose.
The --service-ports
flag is required to open ports to localhost.
docker compose run --service-ports rp-web
Navigate to http://localhost:8000 to view the now running client.
TODO