Skip to content

hido02/JSP-Doss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSP-Doss

Doss

2022 경기대학교 지능웹프로그래밍

자산 관리 및 습관 만들기 서비스

🙂 Intro

  • 프로젝트 구조
  • image

⚙️ Tech

Client: JSP

Server: WAS(Apache Tomcat), MySQL DB, Session, Cookie

📂 Project Structure

프로젝트 구조는 다음과 같습니다.

.
├── src
│   └── java
│       ├── bundle
│       ├── controller
│       ├── dao
│       └── dto
└── web 
    ├── assets
    ├── css
    └── jsp

✅ Features

. [Client (Web)]
├── 계좌 
│   ├── 계좌 등록
│   │   └── 카드 파일 업로드
│   ├── 계좌 목록
│   │   ├── 총 자산
│   │   └── 계좌 자세히 보기
├── 소비
│   ├── 전체 소비 합계
│   ├── 최대 지출 분야
│   ├── 소비 분석 리포트
│   │   └── 분야별 소비 퍼센트
├── 습관
│   └── 습관 목록
├── 상점
│   └── 구매 시 포인트 증가
├── 다국어 처리
└── 계정
    ├── 회원가입
    └── 로그인/로그아웃


. [Server (MySQL DB)]
└── Web에 필요한 데이터베이스 연동

🧩 Demo and Screenshots

image

image

image

image

image

image

image

✨ How to Start

Clone the project

  git clone https://github.com/hido02/JSP-Doss

Go to the project directory

Start the Tomcat server

🔥 Support

For support, email hido02@kyonggi.ac.kr.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published