We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.md 작성을 위한 사전 템플릿 정의, 내용 채워넣기
리마인드
폴더
_
코드
깃브랜치
(프로젝트 소개, 개요) (팀원 소개, 개발 파트, 소스 위치)
. ㄴ bin ㄴ config ㄴ data ㄴ deploy ㄴ docs ㄴ resources ㄴ scripts ㄴ src ㄴ config (필요 없으면 삭제) ㄴ frontend ㄴ ios ㄴ library (필요 없으면 삭제) ㄴ server
src/frontend
npm install
.env
REACT_APP_API = https://dev.streaminggate.shop REACT_APP_LIVE_SOCKET = wss://streaminggate.shop:4443 REACT_APP_USER_STATUS_API = http://3.37.201.189:9999 REACT_APP_USER_STATUS_SOCKET = http://3.37.201.189:9999/ws REACT_APP_CHAT_API = http://3.38.16.211:8888 REACT_APP_CHAT_SOCKET = http://3.38.16.211:8888/ws REACT_APP_UPLOAD_SERVICE = http://3.39.44.188:50006 REACT_APP_PROFILE_IMAGE = https://sgs-playground.s3.us-east-2.amazonaws.com/profiles/
npm run start
docker-compose 로 서버 실행
$ cd config $ docker-compose up -d
❗ window라면 ffmpeg 설치후 코드 수정필요
src/server/upload-service/src/main/resources/application.yml
ffmpeg:path
ffprobbe:path
The text was updated successfully, but these errors were encountered:
kimhanui
ag502
kmswlee
Chaehui-Seo
No branches or pull requests
리마인드
폴더
_
)코드
깃브랜치
Playground
(프로젝트 소개, 개요)
(팀원 소개, 개발 파트, 소스 위치)
디렉토리 구조 ‼필요 없는 디렉토리 삭제‼
실행화면
클라이언트 (iOS)
클라이언트 (frontend)
기술 스택
클라이언트 (iOS)
클라이언트 (frontend)
디자인
서버 (api)
서버 (infra)
아키텍처
ERD
프로젝트 실행
클라이언트 (iOS)
클라이언트 (frontend)
src/frontend
폴더에서npm install
실행src/frontend
폴더에서.env
파일 생성 후 아래 내용 복사 후 붙여넣기npm run start
로 실행서버 (docker-compose 사용)
docker-compose 로 서버 실행
❗ window라면 ffmpeg 설치후 코드 수정필요
src/server/upload-service/src/main/resources/application.yml
수정:ffmpeg:path
,ffprobbe:path
값을 다운로드 받은 실행 파일 위치로 수정The text was updated successfully, but these errors were encountered: