An open API service indexing awesome lists of open source software.

https://github.com/traguild/traguild-manager

모험가 길드 (관리자)
https://github.com/traguild/traguild-manager

react vite

Last synced: 5 months ago
JSON representation

모험가 길드 (관리자)

Awesome Lists containing this project

README

          

# Traguild Manager

Traguild 플랫폼을 위한 관리자 대시보드입니다. 사용자 관리, 요청 처리 및 신고 내역을 효율적으로 관리할 수 있습니다.

## 🛠 기술 스택 (Tech Stack)

![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![Vite](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge&logo=Vite&logoColor=white)
![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white)
![Axios](https://img.shields.io/badge/Axios-5A29E4?style=for-the-badge&logo=axios&logoColor=white)

## ✨ 주요 기능 (Features)

이 프로젝트는 다음과 같은 관리 기능을 제공합니다:

- **사용자 관리 (Users)**: 플랫폼 내 사용자 목록 조회 및 관리
- **요청 관리 (Requests)**: 사용자 요청 사항 확인 및 상세 조회 (`/requests/:request_idx`)
- **신고 관리 (Reports)**: 접수된 신고 내역 확인 및 처리

## 🚀 시작하기 (Getting Started)

### 필수 조건 (Prerequisites)

- Node.js (v18 이상 권장)
- npm 또는 yarn

### 설치 (Installation)

프로젝트 의존성을 설치합니다.

```bash
npm install
```

### 개발 서버 실행 (Running Development Server)

로컬 개발 환경에서 프로젝트를 실행합니다.

```bash
npm run dev
```

### 배포 빌드 (Build for Production)

배포를 위해 프로젝트를 빌드합니다.

```bash
npm run build
```