해양 방제 운영 지원 시스템
Go to file
htlee 8e09415dc3
All checks were successful
Build and Deploy Wing-Demo / build-and-deploy (push) Successful in 21s
Merge pull request 'release: v1.1.0 인증 시스템 릴리즈' (#2) from develop into main
Reviewed-on: #2
2026-02-27 15:55:27 +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 style: 기존 코드 ESLint/TypeScript 에러 수정 2026-02-27 15:47:29 +09:00
database style: 기존 코드 ESLint/TypeScript 에러 수정 2026-02-27 15:47:29 +09:00
docs chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00
frontend style: 기존 코드 ESLint/TypeScript 에러 수정 2026-02-27 15:47:29 +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 style: 기존 코드 ESLint/TypeScript 에러 수정 2026-02-27 15:47:29 +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 키 입력