Git Product home page Git Product logo

five-minutes-market's Introduction

five-minutes-market (오분 마켓)

  • 누구나 손쉽게 구매 및 판매 가능한 오픈 마켓입니다.
  • 다양한 상품 데이터롤 적재하기 위해 상품 등록은 Open API를 사용해 DB에 등록 예정입니다.

기술스택

  • JAVA 11
  • Spring Boot 2.4.5
  • MySQL
  • MyBatis
  • Gradle

Wiki

브랜치 관리 전략(GitHub flow)

master를 항상 최신 상태로 만들며, stable 상태로 Product에 배포되는 브랜치 (master = main)

  • 작업시 브랜치 생성
    • ex) feature/작업명
  • 작업 내용에 대해 Pull Request 생성
  • main으로 머지

Code Convention

Naver Code Convention

five-minutes-market's People

Contributors

0n1dev avatar beaniejoy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

0n1dev saintyun

five-minutes-market's Issues

코드 내의 index 설계

현재 테이블에서는 인덱스를 따로 사용하고 있는 곳이 없는데,

사용 중인 쿼리들의 explain을 확인해서 index들을 설계해보고 추가한다.

fyi. @beaniejoy @0n1dev

주문 관련 도메인 구상 및 사용자 기준 주문(Order) 리스트 조회 기능 구현

order

저번주주에 회의하면서 주문관련 간단한 ERD를 구상해봤습니다. (product_option은 우선 제외했습니다.)
여기서 생각해볼 수 있는 주문 관련 API는 다음과 같습니다.

  • POST /order: 주문처리
  • GET /user/{userId}/order: 사용자 기준 주문리스트 조회
  • GET /seller/{sellerId}/order: 판매자 기준 주문리스트 조회
  • POST /pay: 결제처리(이 부분은 생각해봐야 될 것 같습니다.)

해당 이슈는 사용자 기준 주문리스트 조회 기능 구현에 초점을 맞췄습니다.

scale-out 시 api 성능 확인

@0n1dev @beaniejoy

redis로 세션 관리를 하면서 scale-out 할 수 있게 되었으니, single node인 경우와 multi node인 경우의 throughput test를 한 번 해볼 수 있으면 좋을 것 같습니다.

퍼포먼스 테스트 툴에도 여러가지가 있으니 한 번 찾아보시고 어떤걸로 테스트 해보면 좋을지, 어떻게 평가해볼 수 있을지 한 번 고민해보시면 좋을 것 같습니다.

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.