-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from jaeseong-kim/dev
Dev
- Loading branch information
Showing
4 changed files
with
50 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,22 +5,22 @@ | |
email : [email protected] | ||
password : subwhere0011 | ||
|
||
홈페이지 : [무슨역이Now](ec2-13-209-106-121.ap-northeast-2.compute.amazonaws.com:8083) | ||
서비스 이용 : [무슨역이Now](http://ec2-13-209-106-121.ap-northeast-2.compute.amazonaws.com:8083) | ||
노션 : [무슨역이Now](https://river-stool-2c7.notion.site/Now-cc118ca4f35c4d74be5391d2afcb28cc?pvs=4) | ||
|
||
## 프로젝트 소개 | ||
내가 탄 지하철을 선택해서 지하철이 현재 무슨 역에 있는지 알 수 있는 서비스입니다. | ||
지하철에 사람이 많아 무슨 역인지 보기 힘들어서 개발하게 되었습니다. | ||
내가 탄 지하철을 선택해서 지하철이 현재 무슨 역에 있는지 알 수 있는 서비스입니다. | ||
지하철을 탔을 때 차내 전광판 광고로 인해 역명이 안보이거나 플랫폼의 역명이 차체로 인해 안 보여서 개발하게 되었습니다. | ||
|
||
## Stacks | ||
### 환경 | ||
<img src="https://img.shields.io/badge/Github-181717?style=flat&logo=Github&logoColor=white"> | ||
|
||
### 개발 | ||
<img src="https://img.shields.io/badge/Java-lightgrey?style=flat"/> <img src="https://img.shields.io/badge/Spring Boot-grenn?style=flat&logo=Spring Boot&logoColor=6DB33F"/> <img src="https://img.shields.io/badge/MariaDB-003545?style=flat&logo=MariaDB&logoColor=white"/> <img src="https://img.shields.io/badge/Thymeleaf-005F0F?style=flat&logo=Thymeleaf&logoColor=white"/> | ||
<img src="https://img.shields.io/badge/Java-lightgrey?style=flat"/> <img src="https://img.shields.io/badge/Spring Boot-grenn?style=flat&logo=Spring Boot&logoColor=6DB33F"/> <img src="https://img.shields.io/badge/Thymeleaf-005F0F?style=flat&logo=Thymeleaf&logoColor=white"/> | ||
|
||
### DB | ||
<img src="https://img.shields.io/badge/Amazon RDS-527FFF?logo=Amazon RDS&style=flat"/> | ||
<img src="https://img.shields.io/badge/MariaDB-003545?style=flat&logo=MariaDB&logoColor=white"/> <img src="https://img.shields.io/badge/Amazon RDS-527FFF?logo=Amazon RDS&style=flat"/> | ||
|
||
### OAuth | ||
<img src="https://img.shields.io/badge/Google-4285F4?logo=Google&style=flat"/> <img src="https://img.shields.io/badge/Naver-03C75A?logo=Naver&style=flat"/> | ||
|
@@ -32,5 +32,23 @@ password : subwhere0011 | |
<img src="https://img.shields.io/badge/서울 지하철 실시간 위치-A6A9AA?style=flat&logoColor=white"> | ||
|
||
## DB ERD | ||
![subwhere_ERD](https://github.com/jaeseong-kim/Subwhere/assets/61345774/f4a646cb-413b-49ea-9476-e637461b26bf) | ||
|
||
## APPLICATION ARCHITECTURE | ||
### member 테이블 | ||
간편 로그인한 회원 정보 저장 | ||
|
||
### my_train 테이블 | ||
탑승한 지하철 정보를 저장 | ||
|
||
## Sequence Diagram | ||
### 지하철 탑승 페이지 | ||
![지하철_리스트_페이지](https://github.com/jaeseong-kim/Subwhere/assets/61345774/a04fc8ba-6da6-44f4-a7cc-3f09ad43a2f4) | ||
|
||
### 지하철 탑승 | ||
![지하철_탑승](https://github.com/jaeseong-kim/Subwhere/assets/61345774/26c805cc-a81a-453a-a754-2791699b33a8) | ||
|
||
### 내 지하철 저장 | ||
![내_지하철_저장](https://github.com/jaeseong-kim/Subwhere/assets/61345774/1be712d9-8ef6-407d-9d7b-ec324d1baac3) | ||
|
||
### 지하철 하차 | ||
![지하철_하차](https://github.com/jaeseong-kim/Subwhere/assets/61345774/e8b4f22b-be99-4f0c-8335-916eed6bf628) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters