Skip to content

hyundai-autoever-first-project-team3/Blog-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

🖼️ 블로그 프로젝트

Coding Care 배포 링크입니다.

API 명세서 입니다.

노션 협업 공간입니다.

💻 프로젝트 정보

팀원 소개

박준민 오은솔 이효원 고채린 김대호

@pjm2571

@OHEUNSOL

@ymj07168

@chaelin2

@DHowor1d

⌨️ Sequence Diagram

Nginx Reverse Proxy 흐름도

sequenceDiagram
    participant Client
    participant Nginx
    participant Frontend as FrontPage
    participant Backend as Backend Server

    Client ->> Nginx: codingcare.site/
    Nginx ->> Frontend: 정적 파일 요청
    Frontend -->> Nginx: 정적 파일 반환
    Nginx -->> Client: 정적 페이지 제공

    Client ->> Nginx: codingcare.site/api
    Nginx ->> Backend: API 요청 전달
    Backend -->> Nginx: API 응답 반환
    Nginx -->> Client: API 응답 전달

Loading

Login 인증 Sequence

sequenceDiagram
    participant User
    participant WebApp as Web Application
    participant AuthService as Auth Service
    participant Database

    User ->> WebApp: 로그인 요청
    WebApp ->> AuthService: 자격 증명 확인 요청
    AuthService ->> Database: 사용자 정보 조회
    Database -->> AuthService: 사용자 정보 반환
    AuthService -->> WebApp: 인증 결과 반환
    WebApp -->> User: 로그인 성공/실패 알림
Loading

About

현대오토에버 블로그 프로젝트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published