chore: Node(ESM) 앱 스캐폴드 — Express + Postgres/MinIO 연결, podman/Coolify 설정

new-project 템플릿 기반. /healthz /db /s3 연결 확인 엔드포인트,
src/config.js 경유 외부연결, Dockerfile/compose(podman), CLAUDE.md 규약 포함.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-01 14:04:04 +09:00
commit 179226b59a
16 changed files with 2138 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
node_modules/
# 프로젝트 설정(DB/S3 자격증명 포함) — 절대 커밋 금지
.project-env
.env
.env.*
!.project-env.example
npm-debug.log*
dist/
.DS_Store