Name | 한 건 | 허진녕 | 김준영 | 이정준 | 이유진 |
---|---|---|---|---|---|
Position | 팀장 Frontend UI/UX |
Frontend UI/UX |
Backend CI/CD |
Backend |
Backend |
GitLab | JIRA | Jenkins | Swagger | Figma |
---|---|---|---|---|
gitlab Link | JIRA Link | Jenkins Link | Swagger Link | Figma Link |
JAVA
, Spring
, JPA
, Querydsl
Javascript
, HTML
, CSS
, React-native
EC2
Docker
, Jenkins
Backend Key 생성
src
├── main
│ ├── java
│ └── resource
│ ├── firebase
| | └── firebase-notification-key.json
│ ├── application-API-KEY.properties
│ ├── ...
-
firebase-notification-key.json
firebase 앱 등록시 생성되는 notification-key 파일을 위치시킨다.
-
application-API-KEY.properties
kakao-admin= ... aws-accessKey= ... aws-secretKey= ... aws-s3-bucket= ... aws-s3-region= ...
Frontend package install & Run
npm install -g react-native-cli
npm install
npx react-native start
npx react-native run android
Backend
MySQL