Giter Club home page Giter Club logo

whisky-recommend's Introduction

지리산 반달 가슴곰


팀소개


삼성 청년 SW 아카데미 8기 2학기 특화 프로젝트

  • 이다운 (팀장, 배포)
  • 배창민 (B.E, F.E)
  • 황준현 (B.E, Data)
  • 최은성 (F.E 팀장)
  • 이예진 (F.E, Design)
  • 정지은 (F.E)

Whizzle - 위스키를 즐기는 사람들


whizzle_logo

프로젝트 기간


2023.02.20(월) ~ 2023.04.06(목) 7주

  • 2023.02.20(월) ~ 2023.02.24(금) - 1주차
    • 아이디어 선정
  • 2023.02.27(월) ~ 2023.03.03(금) - 2주차
    • 아이디어 구체화
    • 요구사항 정의서 작성
    • 와이어 프레임 제작
  • 2023.03.06(월) ~ 2023.03.10(금) - 3주차
    • 프로토 타입 제작
    • 기능명세서 작성
    • ERD 작성 -> 피드백 반영
    • 위스키 리뷰 크롤링
    • Data 전처리
    • Data에 맞는 Model 선정
  • 2023.03.13(월) ~ 2023.03.17(금) - 4주차
    • 위스키 이미지 크롤링
    • 프론트엔드 구현
    • 백엔드 구현
    • Data 전처리
    • Model 학습
    • Model 최적화
  • 2023.03.20(월) ~ 2023.03.24(금) - 5주차
    • 백엔드 구현
    • 프론트엔드 구현
    • Jenkins 배포 자동화
  • 2023.03.27(월) ~ 2023.03.31(금) - 6주차
    • E2E 테스트 작성
    • Elastic Search 적용
    • 백엔드 구현
    • 프론트엔드 구현
  • 2023.04.03(월) ~ 2023.04.06(목) - 7주차
    • UCC 제작
    • E2E 테스트 진행
    • 기능 고도화
    • 백엔드 에러 수정
    • 무중단 배포 적용
    • 모바일 환경 적용

Whizzle - 배경


어떤 사람이 문제를 겪고 있는가?

2030 위스키 열풍에 따라 위스키 수입은 작년 대비 70% 증가했습니다. 그리고 이러한 위스키 열풍의 이유는 집에서 혼술을 하는 문화, 다양한 경험을 SNS를 통해 공유하는 문화에 기반을 두고 있습니다.

하지만 희소성 있는 제품을 소비하고 과시하는 목적, 더 비싸게 되팔아서 이익을 챙기려는 목적을 가지고 접근하는 모습도 종종 보이곤 합니다. 이러한 왜곡된 목적은 위스키의 소비자에게 불편함을 안겨주고 있습니다.

특히, 아직 자신의 취향이 형성되지 않은 소비자는 다수의 취향을 따라가기 때문에 왜곡된 목적에 쉽게 노출되고 있습니다.

어떻게 좋아지는가?

위스키 입문자가 유행에 휘둘리지 않고, 자신의 취향에 더 알맞을 것으로 기대되는 위스키를 즐길 수 있도록 도울 것 입니다. 현재 물량이 부족한 위스키를 소비하기 위해 웃돈을 얹어서 중고 거래를 할 필요가 없습니다. 그보다는 자신의 취향에 맞는 다른 위스키를 찾아서 즐기는 방법을 자연스럽게 알게 될 것입니다.

또한, 자신이 소비한 것을 다른 사람에게 과시하기 보다는 자신만의 페이스로 오랜 기간 위스키를 즐길 수 있을 것입니다.

시스템 아키텍처


whizzle-architecture-01 whizzle-architecture-02

기술 스택


프론트엔드

  • Axios (API 통신 라이브러리)
  • React 18.2.0,
  • Recoil 0.7.7 (상태 관리 라이브러리)

백엔드

  • Java 11, Spring Boot 2.7.9,
  • Spring Security 2.7.5 (인증 인가 관리 프레임워크)
  • OAuth2 Client 2.7.9 (소셜 로그인 프레임워크)
  • JWT (사용자 인증)
  • Spring Data JPA 2.7.9 (Hibernate 구현체)
  • QueryDSL 5.0.0 (JPA 쿼리를 코드로 작성하기 위한 프레임워크)
  • Redis 2.7.9 (인메모리 데이터 구조 저장소)
  • MySQL 8.0 (RDBMS)
  • Elastic Search 7.17.9 (검색어 자동 완성)

Data

  • Python 3.9
  • Numpy, Pandas
  • LightFM (Hybrid Collaborative Filtering Model)
  • fastAPI 0.94.1 (파이썬 기반 웹 프레임워크)

인프라

  • AWS EC2
  • AWS S3
  • Jenkins
  • Docker
  • Nginx

협업 툴

  • Jira
  • Gitlab
  • Mattermost
  • Notion

프로젝트 파일 구조


Front-End

+---node_modules
+---public
\---src
    +---apis
    +---assets
    |   +---fonts
    |   \---img
    +---components
    |   +---common
    |   |   +---etc
    |   |   \---Layout
    |   +---daily
    |   +---diary
    |   |   \---input
    |   +---error
    |   +---login
    |   +---main
    |   +---mypage
    |   +---recommend
    |   |   +---question
    |   |   \---result
    |   +---review
    |   +---search
    |   |   \---list
    |   \---whisky
    +---constants
    +---hooks
    +---pages
        |   +---AppDailyWhisky
        |   +---AppDiary
        |   +---AppError
        |   +---AppLogin
        |   +---AppMain
        |   +---AppMyPage
        |   +---AppRecommendQuestion
        |   +---AppRecommendResult
        |   +---AppReview
        |   +---AppSearch
        |   \---AppWhisky
    +---store
    \---utils

Back-End

whizzle
  ├─auth
  │  ├─controller
  │  ├─repository
  │  └─service
  ├─badge
  │  ├─controller
  │  │  └─dto
  │  ├─repository
  │  │  └─projection
  │  └─service
  │      └─query
  ├─cache
  │  └─local
  ├─cloud
  │  └─aws
  │      └─s3
  │          └─service
  ├─common
  │  ├─annotation
  │  ├─aop
  │  ├─config
  │  ├─filter
  │  ├─handler
  │  ├─interceptor
  │  └─util
  ├─diary
  │  ├─controller
  │  │  └─dto
  │  ├─mapper
  │  ├─repository
  │  └─service
  ├─domain
  │  ├─converter
  │  ├─exception
  │  └─model
  │      ├─document
  │      ├─entity
  │      └─type
  │          └─id
  ├─drink
  │  ├─repository
  │  └─service
  ├─keep
  │  ├─controller
  │  │  └─dto
  │  ├─repository
  │  │  └─projection
  │  └─service
  │      └─query
  ├─like
  │  ├─repository
  │  └─service
  ├─member
  │  ├─controller
  │  │  └─dto
  │  ├─mapper
  │  ├─repository
  │  │  └─projection
  │  │      └─dto
  │  └─service
  │      └─query
  │          └─dto
  ├─memberlevellog
  │  ├─repository
  │  │  └─dto
  │  └─service
  ├─preference
  │  ├─controller
  │  │  └─dto
  │  ├─mapper
  │  ├─repository
  │  │  └─projection
  │  │      └─dto
  │  └─service
  │      └─query
  ├─recommend
  │  ├─controller
  │  │  └─dto
  │  └─service
  ├─retrain
  │  ├─controller
  │  │  └─dto
  │  ├─handler
  │  │  └─dto
  │  ├─mapper
  │  └─service
  │      └─query
  ├─review
  │  ├─controller
  │  │  └─dto
  │  ├─mapper
  │  ├─repository
  │  │  └─projection
  │  │      └─dto
  │  └─service
  │      └─query
  ├─reviewimage
  │  ├─repository
  │  └─service
  ├─savedmodel
  │  └─repository
  └─whisky
      ├─controller
      │  └─dto
      ├─mapper
      ├─repository
      │  └─projection
      │      └─dto
      └─service
          └─query
              └─dto

프로젝트 산출물


whisky-recommend's People

Contributors

zxzx9404 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.