Skip to content

laetipark/mobinogi-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sexynogi

프로그램 소개

Sexynogi는 마비노기 유저를 위한 커뮤니티/길드/게임 데이터 통합 웹 서비스입니다.
게시판, 갤러리, 길드 관리, 캐릭터 TODO, 아이템/교역/제작 정보 조회 기능을 하나의 프로젝트로 운영합니다.

📁 프로젝트 구성

  • src/: Spring Boot 기반 백엔드 API 서버
  • frontend/: React + Vite 기반 프론트엔드
  • deploy/, nginx/: Docker/Nginx 기반 배포 구성
  • docs/: 프로젝트 구조 및 운영 문서

🛠️ 활용 기술 스택

                   

⚙️ 환경 설정 및 실행

백엔드 실행

.\\mvnw.cmd -Pbackend-dev spring-boot:run

프론트엔드 실행

cd frontend
npm install
npm run dev

빌드

cd frontend
npm run build
./mvnw -q -Pbackend-dev -DskipTests compile

🔗 URL 규칙

  • 커뮤니티 갤러리 상세: /gallery/{title-slug}
  • 길드 갤러리 상세: /guild/{guildName}/gallery/{title-slug}
  • 제목 공백은 -로 치환하여 slug를 생성합니다.
  • 모달 상태에서 새로고침하거나 상세 URL로 직접 접근하면 전체 상세 페이지로 렌더링됩니다.

📝 API 문서

🚀 배포 문서

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors