해양 방제 운영 지원 시스템
Go to file
htlee e3b48a13cb
All checks were successful
Build and Deploy Wing-Demo / build-and-deploy (push) Successful in 1m4s
ci: wing-demo 자동 배포 워크플로우 추가
main push 시 frontend 빌드 → wing-demo.gc-si.dev 자동 배포

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 11:37:51 +09:00
.claude chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
.gitea/workflows ci: wing-demo 자동 배포 워크플로우 추가 2026-02-27 11:37:51 +09:00
.githooks chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
backend chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00
database chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00
docs chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00
frontend chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00
.editorconfig chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
.gitignore chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
.node-version chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
.npmrc chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
.prettierrc chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
docker-compose.yml chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00
README.md chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00

WING-OPS

해양 방제 운영 지원 시스템

구조

frontend/   React 19 + Vite 7 + TypeScript + Tailwind
backend/    Express + better-sqlite3 + TypeScript
database/   SQL 초기화 스크립트
docs/       설치 가이드, 문서

실행

# frontend
cd frontend && npm install && npm run dev

# backend
cd backend && npm install && npm run dev

환경 설정

cp frontend/.env.example frontend/.env
cp backend/.env.example backend/.env
# .env 파일에 API 키 입력