Skip to content

지구를 위한 챌린지 달성 프로젝트 EcoMate!

Notifications You must be signed in to change notification settings

Eco-Mate/EcoMate-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EcoMate-Server

지구를 위한 챌린지 달성 프로젝트 EcoMate의 서버 repository 입니다.

소개

에코메이트와 함꼐하는 슬기로운 에코생활

에코메이트는 일상 속에서 작은 변화들을 이끌어내어 환경 보호로의 큰 변화를 만들어 나갈 수 있는 플랫폼을 형성하고자 출시한 서비스입니다. 에코메이트에서는 일상에서 가볍게 참여할 수 있는 챌린지를 도전하고, 그 과정을 공유하면서 자연스럽게 지속 가능한 삶의 환경을 조성할 수 있습니다. 더불어, 신선한 에코 정보 및 에코 매장을 제시하여 친환경 경제를 촉진하고 환경 친화적인 선택에 도움을 줄 수 있습니다.

기술 스택


시스템 아키텍쳐

사용 방법

git clone 실행

$ git clone https://github.com/Eco-Mate/EcoMate-Server.git

시스템 설정

1. application-secret.yaml 파일 추가

  • src/java/resources 디렉토리에 application-secret.yaml 파일을 추가해주세요.
  • Redis , Database, aws s3 연결 설정이 필요합니다.
spring:
  datasource:
    username: [database-username]
    password: [database-password]

  jwt:
    secret:
      [jwt-secret-key]

  redis:
    host: [redis-host]

cloud:
  aws:
    credentials:
      access-key: [aws-access-key]
      secret-key: [aws-secret-key]
    s3:
      bucket: [s3-bucket-name]

2. firebase 서비스 키 파일 추가

  • src/java/resources 디렉토리에 firebase 서비스 키 파일을 추가해주세요.

About

지구를 위한 챌린지 달성 프로젝트 EcoMate!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages