Skip to content

spAIk-GS/spAIk_server

Repository files navigation

🚀 Spring Boot 서버 실행 가이드

1️⃣ Git 클론

git clone https://github.com/es1206/spAIk_server.git cd spAIk_server

2️⃣ 설치 확인 (선택)

git --version java -version ./gradlew --version

3️⃣ 빌드 (테스트 제외)

./gradlew clean build -x test

4️⃣ 개발 서버 실행

./gradlew bootRun

==================================================

🚀 spAIk-server 실행 가이드 (Docker)

spAIk-project의 spAIk_server 폴더를 독립적으로 실행하는 가이드입니다.
팀원 누구나 동일한 환경에서 백엔드 서버를 실행할 수 있도록 작성되었습니다.


사전 준비

실행 명령어 모음

# 1️⃣ GitHub에서 프로젝트 클론
git clone https://github.com/spAIk-GS/spAIk_server.git
cd spAIk_server

# 2️⃣ Gradle 빌드 (테스트 제외)
./gradlew clean build -x test

# 3️⃣ Docker Compose로 DB + 백엔드 실행
docker-compose -f docker-compose-backend.yml up -d

# 4️⃣ 실행 로그 확인
docker-compose -f docker-compose-backend.yml logs -f

# 5️⃣ 종료 시 (선택)
# docker-compose -f docker-compose-backend.yml down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages