혼자서 면접 준비하는 취업 준비생들은 본인이 질문에 대한 올바른 답변을 하였는지 확인하는데 어려움이 있습니다. 이를 보완하기 위해 면접자의 음성을 Text로 변환하여 저장하고, GPT API를 활용하여 올바른 대답인지 피드백 받을 수 있게 하는 서비스입니다. 또한 취업 준비생들끼리 정보를 공유하는 커뮤니티 서비스입니다.
기획: 김지혜
Table of Contents
- JAVA
- version: JDK-17
- Spring Boot
- version: 3.3.0
- project: Maven
- SpringBoot data-jpa
- version: 3.3.0
- SpringBoot starter-web
- version: 3.3.0
- mysql-connector-j
- version: 8.3.0
- Lombok
- version: 1.18.32
- SpringBoot starter-test
- version: 3.3.0
- querydsl-apt
- version: 5.1.0
- querydsl-jpa
- version: 5.1.0
- hibernate-core
- version: 6.1.0.Final
- jjwt
- version: 0.12.6
- jjwt-api
- version: 0.11.5
- amazonaws-s3
- version: 1.12.765
- Clone the repo
git clone https://github.com/Jr-YongFill/backend
- Build Project
cd ./backend mvn -B package -DskipTests=true --file pom.xml
- Run
java -jar ./target/server-0.0.1-SNAPSHOT.jar
-
장희권 (팀장)
- Security, QueryDSL_SQL 환경 구축
- Question, Stack, Vote API 작성
- Exception 처리
-
김지혜
- Post API
- File Server 구축
- Logging
-
배창민
- JWT Security
- Member (SignIn, SignOut) API
-
이동규
- Entity, Repository, Package 구축
- Answer Note, Comment API 작성
- 배포: 장희권 (CI/CD, Docker 활용)
- Information sharing through the community.
- GPT API evaluates user responses.
- Project Setting
- Member API
- Auth
- Vote API
- Question API
- Community API
- Answer API
See the project issues for a full list of proposed features and known issues.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Realtime Chatting
- Social Login
- UI/UX
hg_yellow
- GitHub: hg_yellow
- Mail: [email protected]
김지혜
- GitHub: wisdom
- Mail: [email protected]
배창민
- GitHub: Changchang
- Mail: [email protected]
이동규
- GitHub: 이동규
- Mail: [email protected]
- Service: MOSI 웹사이트
- Backend: GitHub Backend Repository
- Frontend: GitHub Frontend Repository
- Project Team: Jr.yongfill