AI Chat MVP

Первый шаг: infra skeleton.

Быстрый старт

cp .env.example .env
docker compose up -d --build

Что должно подняться

frontend: http://127.0.0.1:13000

backend: http://127.0.0.1:18000

backend docs: http://127.0.0.1:18000/docs

Что пока реализовано

docker-compose каркас

postgres container

backend health/ready

frontend shell
Description
No description provided
Readme 1.3 MiB
Languages
TypeScript 54.1%
Python 43.9%
Dockerfile 1%
CSS 1%