Skip to content

[spring boot] DID 기반의 디지털 헌혈증 발급 서비스

Notifications You must be signed in to change notification settings

ktmihs/hanium2020_did

Repository files navigation

💉 DID 기반의 디지털 헌혈증 발급 서비스 👨‍⚕️

✔ 종이 헌혈증이 아닌 디지털 헌혈증으로, 발급 및 기부 시 시공간적 자원을 절약할 수 있다.


MOVE LOCATION

📂 FOLDER HISTORY
📸 PAGE PREVIEW
📄 ERD CHART
📄 SYSTEM DIAGRAM



📂 FOLDER HISTORY

👉 [Web] Blood donation page

  • spring boot에서 MVC pattern 사용하여 개발
  • model : hanium2020_did/src/main/java/com/example/demo/model/
    • logic and DB
    • getter, setter function
  • view : hanium2020_did/src/main/webapp/WEB-INF/views/
    • web page front
  • controller : hanium2020_did/src/main/java/com/example/demo/controller/
    • service에서 만든 함수를 사용하여 view와 model 연결
    • 요청을 받고 응답을 보냄
  • service : hanium2020_did/src/main/java/com/example/demo/service/
    • mpl : 다양한 함수 구현
  • repository : hanium2020_did/src/main/java/com/example/demo/repository/
    • interface

👉 [Docs] Docs

  • 설계
    • DB
    • UI (화면구성도)
    • 기능차트
    • 시스템 구성도
    • 프로그램 목록


📸 PAGE PREVIEW

👉 Main page : 메인 페이지

screencapture-localhost-8080-2021-09-03-15_46_55

👉 Blood issue page : 헌혈증 발급 페이지

image

👉 Donation page : 모든 헌혈증 요청글을 볼 수 있고 기부할 수 있는 페이지

image

👉 My blood donation page : 내 헌혈증을 관리할 수 있는 페이지

image



📄 ERD CHART

image



📄 SYSTEM DIAGRAM

image

TOP

About

[spring boot] DID 기반의 디지털 헌혈증 발급 서비스

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published