Giter Site home page Giter Site logo

budgetplanner's Introduction

BudgetPlanner - 예산 관리 어플리케이션



BudgetPlanner는 사용자의 예산과 지출 관리에 대한 추천 및 관리를 도와주는 어플리케이션입니다. 사용자의 예산 및 지출을 파악하여 오늘 지출에 대한 안내와 추천을 도와주고, 사용자의 지출을 파악하여 지난 달, 지난 주, 다른 사용자와 비교 등 각종 통계를 보여줍니다.

0. 목차

1. 개발 기간

2023.11.09 ~ 2023.11.22 (14 days)

2. 프로젝트 요구사항

  • 사용자 (유저) 모듈

    • 회원가입 및 로그인 기능 구현.
    • JWT를 이용한 사용자 인증.
  • 예산 설정 및 설계 (Budget) 모듈

    • 카테고리 설정 기능 구현.
    • 모든 카테고리 목록 조회 기능 구현.
    • 예산 설정 및 수정 기능 구현.
    • 예산 설계(추천) 기능 구현.
  • 지출 기록 (Expense) 모듈

    • 지출 기록 생성, 수정, 삭제 기능 구현.
    • 지출 목록 조회 및 필터 기능 구현.
    • 지출 합계와 카테고리별 지출 합계 반환 기능 구현.
  • 지출 컨설팅 (Consulting) 모듈

    • 오늘 지출 추천 및 안내 기능 구현.
    • 사용자 상황에 맞는 멘트 제공.
    • 알림 기능 Discord Webhook 구현.
  • 지출 통계 (Statistics) 모듈

    • Dummy 데이터 생성 기능 구현.
    • 지출 통계 조회 기능 구현.
      • 지난 달 대비 총액 및 카테고리 별 소비율 계산.
      • 지난 요일 대비 소비율 계산.
      • 다른 유저 대비 소비율 계산.

3. 프로젝트 구조

자세히
└── BudgetPlanner
    ├── BudgetPlannerApplication.java
    ├── auth
    │   ├── config
    │   ├── controller
    │   ├── dto
    │   ├── filter
    │   ├── jwt
    │   └── service
    ├── budget
    │   ├── controller
    │   ├── dto
    │   ├── entity
    │   ├── repository
    │   └── service
    ├── common
    │   └── exception
    ├── expense
    │   ├── controller
    │   ├── dto
    │   ├── entity
    │   ├── repository
    │   └── service
    ├── expenseadvisor
    │   ├── controller
    │   ├── dto
    │   └── service
    ├── notification
    │   ├── scheduler
    │   └── service
    ├── statistics
    │   ├── controller
    │   ├── dto
    │   └── service
    └── user
        ├── entity
        └── repository

4. ERD

스크린샷 2023-11-24 오후 5 43 24

5. 동작예시

스크린샷 2023-11-22 오전 1 30 57

6. API 문서

URL : http://server:port/swagger-ui/index.html

스크린샷 2023-11-26 오후 9 33 32

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.