Code Monkey home page Code Monkey logo

commerce-server's Introduction

프로젝트명 + 용도

스터디용 커머스 백엔드 서버

언어

Java 11

구성

Spring Boot 2.5.2으로 구성

Database and cache

PostgresSQL 11

환경

Amazon Linux 2

기타 관련 계정 정보

없음

Commerce Service Features

회원가입

이메일, 닉네임, 비밀번호, 휴대폰 번호를 입력받는다.

이메일과 닉네임 중복이 되지 않는다.


로그인 / 로그아웃

이메일, 비밀번호를 이용하여 로그인한다.


Product

Product 목록을 조회한다.(Product 등록은 Admin 영역이라 제외)

Product 상세를 조회한다.


✅ 구매에 관련된 사항

Order

Product 선택 후 Order를 등록해서 주문서를 출력한다.

유저의 포인트를 이용하여 Product를 구매한다.(유저 포인트는 임의로 지급)

  • 구매하기 위한 조건

    • 상품 남은 수량이 1 이상인 경우 구매 가능
    • 상품 요청 수량이 상품 남은 수량 이하인 경우 구매 가능
    • 유저가 보유한 포인트가 상품 금액 이상인 경우 가능

유저가 구매한 구매 목록 조회

유저가 구매한 구매 내역 상세 조회

commerce-server's People

Contributors

wangkisa avatar

Stargazers

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