GithubHelp home page GithubHelp logo

interview-plus-spring-server's Introduction

기능 목록

유저

회원가입/로그인

  • 아이디 & 패스워드로 회원 가입 기능
  • 로그인 기능
  • 소셜 로그인 (구글 & 깃허브) 기능

사용자 정보 저장

  • 사용자 CV 업로드 기능
  • 사용자 포지션 저장

JD 저장

  • 사용자가 지원하는 포지션의 JD 업로드하면 저장하는 기능

질문

공통 질문

  • 사용자 지원 포지션 별로 질문들 데이터베이스에서 가져오는 기능

개인 질문

  • OpenAI API 에 요청해서 개인 질문 가져오는 기능

답변 평가

  • 사용자 답변 받아서 OpenAI API 에 요청해서 답변 평가 받는 기능

선착순 멘토링 참여

  • 토요일 저녁 8시 선착순 2명 실제 현직자 멘토링 참여 기능

면접 결과 모아보기

  • 진행한 인터뷰 세션 (질문,답변,평가) 모아보는 기능
  • 사용자가 체크한 어려웠던 질문 모아보는 기능

interview-plus-spring-server's People

Contributors

ddoddii avatar inshining avatar f-lab-bot avatar

Watchers

 avatar

Forkers

inshining

interview-plus-spring-server's Issues

[문제해결] google cloud sql 연결하기

application.properties 에 다음과 같이 설정

spring.datasource.url=jdbc:mysql://{public IP 주소}/{데이터베이스이름}?useSSL=false&characterEncoding=UTF-8&serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password={데이터베이스 비밀번호}
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update

Google SignUp의 LoginType 이상

Issue : Bug

서비스 컴포넌트 중 구글 회원가입 로직에서 user 정보와 LoginType이 다름을 알 수 있음.

Description

아래에 코드 첨부하겠음.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.