Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AskQL API
# QGenie API

이 프로젝트는 AskQL 서비스의 백엔드 API를 제공합니다. FastAPI를 기반으로 구축되었으며, 효율적이고 확장 가능한 API를 목표로 합니다.
이 프로젝트는 QGenie 서비스의 백엔드 API를 제공합니다. FastAPI를 기반으로 구축되었으며, 효율적이고 확장 가능한 API를 목표로 합니다.

---

Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -161,3 +161,4 @@
```bash
curl http://localhost:8000/openapi.json
```