ranked-pick-api
Introduction
ranked-pick-api
is the backend for Ranked Pick, a web application for creating and responding to ranked choice style surveys.
Web client source can be found here.
Development
Database Management
See the database doc for DB management.
Docker
The service is run locally with Docker and Docker Compose.
The --service-ports
flag is required to open ports to localhost.
docker compose run --rm --build --service-ports rp-api
Testing
TODO