Backend Patterns
Description
--- name: backend-patterns description: 백엔드 아키텍처 패턴, API 설계, 데이터베이스 최적화, Node.js, Express, Next.js API 라우트를 위한 서버 사이드 모범 사례. --- # 백엔드 개발 패턴 확장 가능한 서버 사이드 애플리케이션을 위한 백엔드 아키텍처 패턴과 모범 사례. ## API 설계 패턴 ### RESTful API 구조 ```typescript // 리소스 기반 URL GET /api/markets # 리소스 목록 GET /api/markets/:id # 단일 리소스 조회 POST /api/markets # 리소스 생성 PUT /api/markets/:id # 리소스 교체 PATCH /api/markets/:id # 리소스 업데이트 DELETE /api/markets
Installation
Installs to ~/.claude/skills/revfactory-everything-claude-code-backend-patterns/SKILL.md
mkdir -p ~/.claude/skills/revfactory-everything-claude-code-backend-patterns && curl -fsSL https://raw.githubusercontent.com/revfactory/everything-claude-code/HEAD/skills/backend-patterns.md -o ~/.claude/skills/revfactory-everything-claude-code-backend-patterns/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development