Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev -> main #104

Merged
merged 6 commits into from
Oct 7, 2024
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
61 changes: 61 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# 클래스터

<div align="center">
<img src="https://github.com/22caps/classter-be/assets/87390396/4c030bdc-b27c-41db-b443-76d9fb1e150e" alt="클래스터 설명" />
</div>

<br>

## Overview

<b>LLM 기술을 활용한 영어 교육 서비스, 클래스터</b>

LLM을 통해 생성된 토익 문제를 풀고, LLM을 통해 모르는 문제를 질문할 수 있는 서비스

<img width="800" alt="0a391563ea3bb1e4ff657f1cc3d79b23" src="https://github.com/22caps/classter-be/assets/87390396/56ecea8b-7fa5-4c8e-aefc-21770ac7984c">


<br>

## API Specification

[API 소통 창구](https://chartreuse-boat-db8.notion.site/Classter-API-Specification-v06-14-16fa1ef2a5f9425eae19ce3b227d9440)

| Domain | Description |
|--------------------|----------------|
| Auth | 인증 |
| Member | 유저 |
| Problem | 문제 |
| Prompt | chatGPT 프롬프트 요청 |
| SolveHistory | 문제 풀이 기록 |
| SolveHistoryDetail | 문제 풀이 세부 기록 |

<br>

## Flow Chart

사용자는 해당 흐름으로 서비스를 이용할 수 있습니다.

![클래스터 플로우차트](https://github.com/22caps/classter-be/assets/87390396/e2fb822a-5a0c-45ff-9320-d6c63948a867)


<br>

## 기술 스택 & 도구

![image](https://github.com/22caps/classter-be/assets/87390396/ba30ae0e-b37e-469b-a1ad-43afae5dcec0)

<br>

## 아키텍처

![image](https://github.com/22caps/classter-be/assets/87390396/2f9103cb-cb3f-47e7-bad5-badc9359c245)

<br>

## How To Project

![image](https://github.com/22caps/classter-be/assets/87390396/296faa89-fb7f-47d3-bcb3-c2573109b865)



Loading