Files
blog.pyaqa.ru/docs/index.md
Sergey Vanyushkin 2e930ffbe5
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/type Pipeline was successful
ci/woodpecker/pr/comment_pr Pipeline was successful
feat: implement blog project with CI pipeline
2026-04-26 21:08:49 +03:00

438 B

Blog API

Welcome to the Blog API documentation.

Features

  • FastAPI-based REST API
  • Python 3.13+
  • Async support
  • Type hints throughout

Quick Start

# Install dependencies
uv sync

# Run development server
uv run python -m app.main

API Endpoints

See API Reference for detailed endpoint documentation.

Development

See Development Guide for setup instructions.