Initial commit - EENE Dashboard

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
EENE Dashboard
2026-05-29 18:07:10 +09:00
commit 22366dde72
64 changed files with 10483 additions and 0 deletions

18
서버종료.bat Normal file
View File

@@ -0,0 +1,18 @@
@echo off
chcp 65001 > nul
title EENE Dashboard Stop
echo ================================
echo EENE Dashboard - Server Stop
echo ================================
echo.
echo [1/1] Stopping Frontend / Backend...
taskkill /fi "WindowTitle eq EENE-Backend*" /f > nul 2>&1
taskkill /fi "WindowTitle eq EENE-Frontend*" /f > nul 2>&1
echo Done.
echo.
echo All servers stopped.
echo (PostgreSQL keeps running as Windows service)
pause