Files
samreshu_docs/README.md
Anton 99cd8ae727 docs: add full project documentation
- Architecture: overview, 7 ADR, tech stack
- Principles: code-style, git-workflow, security
- API contracts: auth, profile, tests, admin endpoints
- Database schema: tables, relationships, indexes
- LLM strategy: prompts, fallback, validation, Qwen 2.5 14B
- Onboarding: setup, Docker, .env template
- Progress: roadmap, changelog
- Agents: context, backend instructions

Made-with: Cursor
2026-03-04 12:07:17 +03:00

2.4 KiB
Raw Permalink Blame History

samreshu-docs

Документация проекта samreshu — веб-приложение для тестирования знаний по веб-технологиям с LLM-генерацией вопросов.

Навигация

Архитектура

Принципы

API

База данных

  • Схема — таблицы, связи, пояснения

LLM

  • СтратегияTODO провайдеры, fallback, банк вопросов, prompt engineering

Прогресс

Онбординг

AI-агенты

Репозитории

Репо Описание
samreshu-backend Fastify + TypeScript + Drizzle ORM
samreshu-frontend React + TypeScript + Vite
samreshu-docs Документация, ADR, прогресс