From e8f03262491151ea292327f503139084b5cb4bff Mon Sep 17 00:00:00 2001 From: ChoiseU Date: Fri, 18 Jul 2025 12:26:07 +0900 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20Askql=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15e0a0b..66ea4cd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# AskQL API +# QGenie API -이 프로젝트는 AskQL 서비스의 백엔드 API를 제공합니다. FastAPI를 기반으로 구축되었으며, 효율적이고 확장 가능한 API를 목표로 합니다. +이 프로젝트는 QGenie 서비스의 백엔드 API를 제공합니다. FastAPI를 기반으로 구축되었으며, 효율적이고 확장 가능한 API를 목표로 합니다. --- @@ -46,10 +46,10 @@ **Poetry `init` 시 질문에 대한 답변:** - - `Package name`: `askql-api` + - `Package name`: `QGenie-api` - `Version`: `0.1.0` - `Description`: `""` - - `Author`: `AskQL Team` + - `Author`: `Queryus` - `License`: `MIT` - `Compatible Python versions`: `>=3.11` - `Would you like to define your main dependencies interactively?`: `no` From 0f659ebee20958f392d2d1f5b892536e52e56b7e Mon Sep 17 00:00:00 2001 From: ChoiseU Date: Fri, 18 Jul 2025 12:38:42 +0900 Subject: [PATCH 2/2] =?UTF-8?q?style:=20=EB=94=94=EC=8A=A4=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=A4=84=EB=B0=94=EA=BF=88=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66ea4cd..2f093e9 100644 --- a/README.md +++ b/README.md @@ -161,3 +161,4 @@ ```bash curl http://localhost:8000/openapi.json ``` +