Coder Social home page Coder Social logo

open-market's Introduction

Open-Market


개요

  • 쿠팡과 네이버 스마트스토어와 같은 online market place 서비스
  • 목표
    • 객체지향 설계에 따라 유지보수성과 확장성을 고려하여 개발
    • 대용량 데이터 처리, 대규모 트래픽에도 견고하도록 설계
    • 코드 품질 향상을 위한 테스트 코드 작성
    • CI/CD를 통한 빌드/배포 자동화


기술 스택

  • Java 17
  • Spring Boot 3.2.2
  • Gradle
  • MyBatis
  • MySQL 8.0
  • Redis
  • Jenkins


시스템 아키텍처

architecture

ERD (설계중)



git flow

git-flow

  • master : 제품으로 출시될 수 있는 브랜치
  • develop : 다음 출시 버전을 개발하는 브랜치, feature에서 개발된 내용이 저장
  • feature : 기능을 개발하는 브랜치, develop에서 파생된 브랜치
  • release : 배포를 하기 전 내용을 QA(품질 검사)하기 위한 브랜치
  • hotfix : 출시 버전에서 발생한 버그를 수정 하는 브랜치

참고: https://techblog.woowahan.com/2553/

기능 정의



open-market's People

Contributors

cocomongg avatar

Watchers

 avatar

Forkers

cocomongg

open-market's Issues

회원가입 API 구현

  • 회원가입 정보 검증 (쿠팡 회원가입 기준)
    • email (이메일 포멧 검증, 최대 80자)
    • username(영문최대 40자)
    • password(영문/숫자/특수문자 2가지 이상 조합, 최소8 ~ 최대20자)
    • phone(핸드폰 번호 포맷 검증, 최대 20자)
  • 비밀번호 암호화
  • 회원가입 정보 저장

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.