Skip to content

BandChu/bandchu-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

멋쟁이 gdg api server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages