Skip to content

jihyeonseong/9oormthon-3-frontend

Repository files navigation

뚜벅이 제주 여행자들을 위한,

버스를 기다리며 돌아댕기는 꿀잼 스팟 찾기 서비스, 댕기댕기🍊

image image image image image image image

9oormthon-3 Frontend

Frontend 웹 애플리케이션 (React)

구조

/
├── Dockerfile          # Docker 이미지 빌드 파일
├── package.json       # Node.js 의존성
├── nginx.conf         # Nginx 설정
├── src/               # React 소스 코드
├── public/            # 정적 파일
├── k8s/                # Kubernetes 배포 설정
│   ├── frontend.yaml  # Frontend Deployment & Service
│   ├── ingress.yaml   # Ingress 설정
│   ├── kustomization.yaml
│   └── config/        # ConfigMap 설정
└── .gitignore

빌드

docker build -t frontend:latest .

실행

docker run -p 80:80 frontend:latest

환경 변수

  • REACT_APP_API_URL: Backend API URL

Kubernetes 배포

ArgoCD 사용

kubectl apply -f argocd/applications/frontend-app.yaml

Kustomize 사용

kubectl apply -k k8s/

관련 저장소

  • Backend: 9oormthon-3-backend - Backend 소스 코드 및 배포 설정

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •