Giter Site home page Giter Site logo

onterview's Introduction

Frame

  1. 서비스 개요
  2. 기술 스택
  3. 한눈에 보는 시스템 아키텍처
  4. 팀원 소개
  5. BackEnd Structure
  6. FrontEnd Structure
  7. ERD
  8. API 명세서
  9. [온터뷰 사용설명서](#9-온터뷰 사용설명서)

1. 서비스 개요

자주 등장하는 면접 문항에 대한 답변을 준비하고 싶어

여러 사람들 앞에서 말하는 상황을 경험하고 싶어

면접 프로세스를 경험하며 면접 전형 과정에 익숙해지고 싶어

내가 잘 준비하고 있는지 다른 사람들의 피드백이 궁금해...

혼자 면접을 준비하는 취업준비생들의 든든한 면접 파트너, 온터뷰

2. 기술 스택

IDE

Frontend

Backend

File Server

Infra

Version control

Management Tools

3. 한눈에 보는 시스템 아키텍처

system_architecture

4. 팀원 소개

Frontend

6 4 3
김은진 조용훈 김승배
보관함, 커뮤니티 회원, 1인면접 셀프 스피치, 다인면접

Backend

7 5 1 2
박호제 최재용 이경민 이은지
인프라, 파일서버 영상관리, 회원 매칭 인증/인가, 커뮤니티 보관함, 1인 면접

5. BackEnd Structure


├── backend
│   ├── gradle
│   │   └── wrapper
│   └── src
│       ├── main
│       │   ├── java
│       │   │   └── com
│       │   │       └── quiet
│       │   │           └── onterview
│       │   │               ├── common
│       │   │               ├── community
│       │   │               │   ├── controller
│       │   │               │   ├── dto
│       │   │               │   │   ├── request
│       │   │               │   │   └── response
│       │   │               │   ├── entity
│       │   │               │   ├── mapper
│       │   │               │   ├── repository
│       │   │               │   │   └── querydsl
│       │   │               │   └── service
│       │   │               ├── file
│       │   │               ├── interview
│       │   │               ├── matching
│       │   │               ├── member
│       │   │               ├── question
│       │   │               ├── room
│       │   │               ├── security
│       │   │               ├── utils
│       │   │               ├── video
│       │   │               └── websocket
│       │   │                   ├── config
│       │   │                   ├── handler
│       │   │                   ├── interceptor
│       │   │                   └── mapper
│       │   └── resources
│       └── test
│           └── java
│               └── com
│                   └── quiet
│                       └── onterview
.
└── onterview-storage
    ├── gradle
    │   └── wrapper
    └── src
        ├── main
        │   ├── java
        │   │   └── com
        │   │       └── quiet
        │   │           └── onterviewstorage
        │   │               ├── auth
        │   │               ├── file
        │   │               │   ├── controller
        │   │               │   ├── dto
        │   │               │   └── service
        │   │               ├── global
        │   │               └── util
        │   └── resources
        └── test
            └── java
                └── com
                    └── quiet
                        └── onterviewstorage

6. FrontEnd Structure

FrontEnd
.
├── frontend
│   ├── public
│   └── src
│       ├── api
│       ├── assets
│       ├── components
│       │   ├── common
│       │   ├── community
│       │   │   └── modal
│       │   ├── interview
│       │   ├── question
│       │   │   └── modal
│       │   ├── selfSpeech
│       │   ├── storage
│       │   ├── user
│       │   └── video
│       ├── router
│       ├── stores
│       └── views

7. ERD

ERD

8. API 명세서

image_143 API 명세서 확인하러 가기

9. 온터뷰 사용 설명서

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23

onterview's People

Contributors

zini9188 avatar aeroej avatar johyonghoon avatar meenyweeny avatar olrlozl avatar j-yong98 avatar hs-1771365-parkhoje avatar

Watchers

 avatar

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.