Initial MVP skeleton with auth, chat persistence, UI and text LLM integration
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# AI Chat MVP
|
||||
|
||||
Первый шаг: infra skeleton.
|
||||
|
||||
## Быстрый старт
|
||||
|
||||
```bash
|
||||
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
|
||||
Reference in New Issue
Block a user