Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- CI/CD
- typescript
- dfs
- javascirpt
- Infra
- modbus
- turbo
- 알고리즘
- python
- AI
- BFS
- LLM
- monorepo
- ansible
- React
- 프로그래머스
- docker
- DP
- jenkins
- build
- queue
- VectoreStore
- Flask
- Algorithm
- frontend
- RDP
- javascript
- rag
- Two Pointer
- 파이썬
Archives
- Today
- Total
목록2025/12/06 (1)
DM Log
[RDP 모니터링 프로젝트 #6] 운영 서버 - React 영상 재생 UI 구축
개요운영 서버에서 제공하는 flask API를 활용하여 React 환경에서 영상 조회 UI를 구축서버 목록 조회날짜 목록 조회영상 파일 목록 조회영상 재생 기능초기 환경 구성 (CRA)React TypeScript 프로젝트 생성npx create-react-app frontend --template typescriptcd frontendnpm install axios react-router-dom폴더 구조src/ ├── api/ │ └── rdp.ts ├── components/ │ ├── ServerSelect.tsx │ ├── DateSelect.tsx │ ├── FileList.tsx │ └── VideoPlayer.tsx ├── pages/ │ └── R..
PJT/영상 파일 재생 PJT
2025. 12. 6. 22:06
