어렵게만 느껴졌던 블록체인 이제는 간편하게 클릭 몇번으로 송금할 수 있습니다! 쉽고 빠른 송금 서비스 슝!
- 일정 : 22.04.11 - 22.05.20 (총 6주)
- 인원 (총 6인)
- 김승현 : Front-end, 팀장
- 박세진 : Back-end
- 박종선 : Smart-Contract
- 백승윤 : Front-end
- 신지우 : Front-end
- 오재우 : Back-end
- 이슈관리 : Jira
- 형상관리 : Gitlab
- 커뮤니케이션 : Mattermost, Notion
- 개발환경
- OS : Windows 10, Mac
- IDE
- Visual Studio Code
- IntelliJ
- Frontend
- React-Native
- Backend
- Spring
- Kotlin
- Database : Mongo DB
- CI/CD
- Jenkins
- aws ec2
- Docker
- Back
C:.
├─gradle
│ └─wrapper
└─src
├─main
├─kotlin
│ └─com
│ └─ssafy
│ └─a103
│ └shoong
│ ├─config
│ ├─controller
│ ├─model
│ ├─repository
│ ├─requestBody
│ ├─responseBody
│ ├─scheduler
│ └─service
└─resources
- Front
C:.
├─.expo
├─android
│ ├─app
│ │ └─src
│ │ └─main
│ │ ├─java
│ │ │ └─com
│ │ │ └─shoong
│ │ └─res
│ │ ├─drawable
│ │ ├─mipmap-anydpi-v26
│ │ ├─mipmap-hdpi
│ │ ├─mipmap-mdpi
│ │ ├─mipmap-xhdpi
│ │ ├─mipmap-xxhdpi
│ │ ├─mipmap-xxxhdpi
│ │ └─values
│ ├─build
│ │ └─kotlin
│ │ └─sessions
│ └─gradle
│ └─wrapper
├─app
│ ├─atoms
│ ├─components // 컴포넌트
│ ├─config // 설정파일
│ ├─containers // 컴포넌트를 바탕으로 구성하는 컨테이너
│ ├─screens // 컨테이너를 바탕으로 구성하는 스크린
│ ├─services
│ │ ├─api // api 관련
│ │ ├─notifications
│ │ ├─sens
│ │ └─web3
│ ├─theme // 테마관련(컬러, 폰트, ...)
│ └─utils // 외부 라이브러리
├─assets // 활용 이미지 및 폰트파일 등
├─ios
│ ├─Shoong
│ │ ├─Images.xcassets
│ │ │ ├─AppIcon.appiconset
│ │ │ ├─SplashScreen.imageset
│ │ │ └─SplashScreenBackground.imageset
│ │ └─Supporting
│ ├─Shoong.xcodeproj
│ │ └─xcshareddata
│ │ └─xcschemes
│ └─Shoong.xcworkspace
│ └─xcshareddata
│ └─swiftpm
├─storybook
│ └─stories
│ ├─Button
│ ├─CenterView
│ └─Welcome