Skip to content

where-to-pop/api

Repository files navigation

Where To Pop API

팝업 스토어 위치 추천 및 정보 제공 API

기술 스택

  • Kotlin + Spring Boot 3.3
  • MariaDB
  • Elasticsearch
  • Docker & Docker Compose

환경 설정

필수 사항

  • JDK 21
  • Docker & Docker Compose

시작하기

  1. 저장소 클론:
git clone https://github.com/your-username/where-to-pop.git
cd where-to-pop-api
  1. 환경 변수 설정: (필요에 따라 .env 파일 수정)

  2. Docker Compose로 인프라 시작:

docker-compose up -d
  1. 애플리케이션 실행:
./gradlew bootRun

API 문서

API 문서는 애플리케이션 실행 후 다음 URL에서 확인할 수 있습니다:

개발 도구

인프라 구성

  • MariaDB: localhost:3306 (또는 환경변수에 설정된 포트)
  • Elasticsearch: localhost:9200
  • Kibana: localhost:5601
  • DBGate: localhost:3000

About

[where-to-pop] KU capstone design back-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published