Skip to content

Eui9179/woojoo-springboot-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

우리주변게임친구 서버

🚀 프로젝트 요약

Frame 322(1)

📋 학교를 등록하고 학교 친구들과 오늘 할 게임을 공유하는 애플리케이션입니다.
서로 팔로우하고 팔로우를 하면 친구가 하는 게임과 닉네임을 쉽게 알 수 있고 오늘 무슨 게임을 할지
‘오늘의 게임’을 통해 쉽게 알 수 있게 도와줍니다.


✅ 자세한 내용 https://eui9179.notion.site/f8cd37a3c45149098bb926b57709231e


📅 작업기간: 2022.7 ~ 2022.11
Springboot 재개발 기간: 2023.03 ~ 2023.04

👨🏻‍💻 투입인원: 2명

💻 주요업무

  • 개발 전담
    • SpringBoot REST API 서버 개발
    • flutter 앱 개발

🔧 스킬 및 사용툴

Spring boot 3.0.3, QueryDsl 5.0.0, firebase 9.1.1

Frame 323

Getting Stated

Firebase Setting

  • resources
Firebase Admin SDK `.json`파일 추가
  • application.properties
project.properties.firebase-create-scoped: "https://www.googleapis.com/auth/firebase.messaging"

Jwt

  • application.properties
jwt:
  password: {jwt secret key}

Image file path

file:
    path: {local folder path}/profile

SMS Login

Naver SMS API 사용

  • application-sms.properties 파일 추가
sms:
  serviceId: {serviceId}
  accessKey: {accessKey}
  secretKey: {secretKey}
  sms.caller = {phone number}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages