Files
blog.pyaqa.ru/docs/index.md

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.