Skip to content

DongHoonYu96/post-project

Repository files navigation

웹 게시판 프로젝트

  • 직접구현한 WAS를 사용한 백만개의 게시글을 관리하는 시스템 입니다.
  • 배포 : http://boodit.duckdns.org
    ID/PW : admin / admin
    (개인pc의 가상머신 리눅스에 배포 => 새벽2시~오전9시 이용불가..)

✔️ 실행 방법

$ npm install
$ npm start

기술스택

  • BE

  • FE

아키텍쳐

graph LR
    A[💻 Client] -->|HTTP/HTTPS| B["🖧 Nginx"]
    B -->|Reverse Proxy| C[🖥️ WAS]
    C -->|Cache| D["⚡ Redis"]
    C -->|Persist Data| E["🐬 MySQL"]
    D --> |Batch| E

    style A fill:#FFD700,stroke:#FFA500,stroke-width:2px,color:#000
    style B fill:#87CEFA,stroke:#4169E1,stroke-width:2px,color:#000
    style C fill:#98FB98,stroke:#228B22,stroke-width:2px,color:#000
    style D fill:#FF69B4,stroke:#C71585,stroke-width:2px,color:#000
    style E fill:#DDA0DD,stroke:#8B008B,stroke-width:2px,color:#000

    classDef iconNode font-weight:bold
    class B,D iconNode
Loading

성능개선

OAuth 구현

자동배포

ERD

image

About

developed by selfMadeWas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published