Skip to content

GDGoC 파트 연합 프로젝트에서 백엔드 api 서버를 담당하는 레포지토리입니다.

Notifications You must be signed in to change notification settings

jsshin8128/gdgoc-union-api

 
 

Repository files navigation

BandChu API Server

language framework orm db test build


📄 공유 문서


📂 디렉토리 구조

   api
    ├── domain
    │   ├── member
    │   └── post
    │       ├── dto
    │       ├── controller
    │       ├── service
    │       ├── repository
    │       └── model
    ├── global
    │   ├── config
    │   ├── exception
    │   ├── response
    │   └── ...
    └── ApiApplication

⚙️ 환경 변수 설정

# 데이터베이스 설정
DB_URL=jdbc:postgresql://localhost:5432/bandchu
DB_USERNAME=your_db_username
DB_PASSWORD=your_db_password

# Google OAuth 설정
GOOGLE_CLIENT_ID=your_google_client_id

환경 변수 설명

  • DB_URL: PostgreSQL 데이터베이스 연결 URL
  • DB_USERNAME: 데이터베이스 사용자 이름
  • DB_PASSWORD: 데이터베이스 비밀번호
  • GOOGLE_CLIENT_ID: Google OAuth 2.0 클라이언트 ID (Google Cloud Console에서 발급)

About

GDGoC 파트 연합 프로젝트에서 백엔드 api 서버를 담당하는 레포지토리입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 98.2%
  • HTML 1.1%
  • Other 0.7%