Skip to content

TM-1: Verify backend API and add tests #2

@marblehub

Description

@marblehub

Task:
Clone the repo, run the backend, confirm all API endpoints work, and add or improve at least one backend test.

Files to check:
backend/app/main.py
backend/app/api/
backend/app/models/
backend/tests/

Commands:
cd backend
uv sync
cp ../.env.example .env
uv run pytest
uv run ruff check .

Done when:

  • Backend runs locally
  • Tests pass
  • At least one useful backend test or backend improvement is added
  • Pull request is opened into dev

Metadata

Metadata

Assignees

Labels

backendServer-side logic, APIs, routes, database links, and backend services.testingTests for backend, frontend, APIs, RAG pipeline, and full workflows.

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions