Skip to content

OneSelect API

Welcome to the OneSelect API documentation.

Overview

OneSelect is a pairwise comparison system.

Getting Started

  1. Install dependencies: poetry install
  2. Run migrations: poetry run alembic upgrade head
  3. Create initial data: poetry run python app/initial_data.py
  4. Run server: poetry run uvicorn app.main:app --reload

Documentation Structure

API Documentation

The API documentation is available at /docs or /redoc when the server is running.