Skip to content

YoonBaek/SHOONG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

294 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

블록체인 간편 송금 서비스

어렵게만 느껴졌던 블록체인 이제는 간편하게 클릭 몇번으로 송금할 수 있습니다! 쉽고 빠른 송금 서비스 슝!

📎  프로젝트 목차


1️⃣ 프로젝트 소개


  1. 일정 : 22.04.11 - 22.05.20 (총 6주)
  2. 인원 (총 6인)
    • 김승현 : Front-end, 팀장
    • 박세진 : Back-end
    • 박종선 : Smart-Contract
    • 백승윤 : Front-end
    • 신지우 : Front-end
    • 오재우 : Back-end

기술 스택

  1. 이슈관리 : Jira
  2. 형상관리 : Gitlab
  3. 커뮤니케이션 : Mattermost, Notion
  4. 개발환경
    • OS : Windows 10, Mac
    • IDE
      • Visual Studio Code
      • IntelliJ
    • Frontend
      • React-Native
    • Backend
      • Spring
      • Kotlin
    • Database : Mongo DB
    • CI/CD
      • Jenkins
      • aws ec2
      • Docker

2️⃣ 프로젝트 폴더 구조

  • 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

3️⃣ 프로젝트 산출물


4️⃣ 프로젝트 빌드


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published