Skip to content

Latest commit

 

History

History
136 lines (105 loc) · 6.68 KB

README.md

File metadata and controls

136 lines (105 loc) · 6.68 KB

dropy

Version Documentation issue tracking pr tracking License: MIT

dropy logo

Dropy는 쉽고 직관적인 사용자 인터랙션으로 ‘프레젠테이션 채널’이라는 가상 공간을 생성하여 스피커와 리스너 간 원활한 소통을 도와주는 온라인 서비스입니다. Dropy는 새로운 스피치 문화를 만들어 갑니다.


🐤 Service Url

https://dropy.org


📺 Demo Video



📝 Document


🏛 Service Architecture


🗂 Tech Stack


💾 DB modeling


🔨 Usage

프로젝트 구성도

📦 .github/workflows             # CI/CD
📦 web                           # 프론트 서버
📦 server-api                    # API 서버
📦 server-converter              # 이미지 컨버터 서버

프로젝트 시작하기

각 폴더 별로 실행 시켜야 합니다.

1. web

cd web
yarn install                     # 모듈 설치
yarn dev                         # 개발모드 시작

2. server-api

cd server-api
yarn install                     # 모듈 설치
yarn dev                         # 개발모드 시작

3. server-converter

brew install graphicsmagick gs   # OS 패키지 설치

cd server-converter
yarn install                     # 모듈 설치
yarn dev                         # 개발모드 시작

👨‍👨‍👧‍👧 Members


🤝 Contributing

Be dropy's contributor!!

Contributions, issues and feature requests are welcome!
Feel free to check 📌issues page.


📝 License

Copyright © 2019 dropy.
This project is MIT licensed.