Git Product home page Git Product logo

tinder-clone-coding's Introduction

Tinder-Clone-coding

image


😃 Tinder-Clone-coding 소개

소셜 디스커버리 어플리케이션 Tinder를 clone-coding 해보았습니다.


⏰개발기간

2022년 6월 17일 ~ 2022년 6월 23일(1주)


⚒️ BE개발 스택



📖 라이브러리

라이브러리 설명
비밀번호 암호화
환경변수 관리
입력데이터 검출
서버내 이미지 저장

🖊 서비스의 주요기능

추천 알고리즘 조건

  • 자신을 좋아요 누른사람 우선 순위 추천
  • 자신을 싫어요 누른사람은 추천 안함
  • 양쪽이 좋아요 눌렀을 경우 추천 안함
  • 내가 좋아요 누른사람은 추천 목록에 안뜸
  • 위의 모든 조건을 충족한 사람중 2명 랜덤 추천
  • 추천할 사람이 없을 경우 '추천할 사람이 없습니다' 예외처리

좋아요, 싫어요 기능

개인정보 수정, 카테고리 등록 수정

실시간 채팅기능


❗ 구현 후 개선한 부분

✔️ 추천 알고리즘 개선

  • 문제상황

    • 추천 알고리즘 구현 시 모든 유저의 정보를 불러와 추천 조건에 맞지 않는 인원을
      filter를 이용하여 전부 배제하고, 난수를 이용해 랜덤 2명 추천을 구현함

    • 가독성도 떨어지고, 리소스적인 면에서도 비효율적이라고 판단

  • 해결방안

    • aggregate(집계) 기능을 이용하여, 주어진 조건 검색과 함께 랜덤 2명 검색도 같이 진행

      • 가독성 향상 및 리소스 낭비 개선

📌 팀원소개 및 역할

백엔드

Name Github 맡은 역할
김형근 https://github.com/fnvkd5316 메인페이지( 추천 알고리즘 ), 개인정보 페이지
윤형진 https://github.com/engin9803 회원가입, 로그인 페이지
유승완 https://github.com/avo1032 실시간 채팅 구현(Socket.io)

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.