GithubHelp home page GithubHelp logo

myrefundapi's Introduction

💰 환급액 조회 서비스

목표: HTTP API 개발 역량 강화

기술 스택


개요

삼쩜삼 서비스에 영감을 받아 사용자의 근로소득(연간)과 납부세액 입력하면 예상 환급액을 조회하는 서비스 개발해보았습니다.

원리

참고#1

참고#2

세액공제액 - 납부세액 > 0 ? 환급액 없음 : 환급액 있음

  • 근로소득 -> 과세표준
  • 납부세액 -> 기납부세액
  • 산출세액 = 과제표준 * 누진세율
  • 세액공제액 = min(산출세액 공제액, 근로소득 공제 한도)

요구사항

  1. 회원 가입
  2. 로그인
  3. 회원정보 조회
    1. 환급액을 조회한 이력이 있는 경우 회원정보 조회시 환급액을 볼수 있어야함
  4. 환급액 조회
    1. 환급액 계산에 필요한 정보를 받으면 환급액을 조회한다.
  • 회원가입
  • 로그인
  • 회원 정보 조회
  • 환급액 조회

DB(ERD)

DB.png

결과

Swagger

주소: http://localhost:8080/swagger-ui.html

Swagger.png

PostMan

회원가입

회원가입.png

로그인

로그인.png

회원정보 조회

회원정보_조회.png

환급액 조회

환급액_조회.png

로그아웃

로그아웃.png

myrefundapi's People

Contributors

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