Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jooda00 authored May 11, 2024
1 parent f7120ea commit 9007da8
Showing 1 changed file with 123 additions and 0 deletions.
123 changes: 123 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
# SeulSeul

> ν˜„μž¬ μœ„μΉ˜ 기반으둜 막차 μ‹œκ°„μ— λ”°λ₯Έ μ•Œλ¦Όμ„ μ „μ†‘ν•˜λŠ” μ„œλΉ„μŠ€
> ν”„λ‘œμ νŠΈ κΈ°κ°„: 2023.08.26 ~ 2023.10.06
![image](https://media.discordapp.net/attachments/1143088443224772680/1163125169766805574/6fefef5562b75d85.jpg?ex=653e6fba&is=652bfaba&hm=0b08d0a7401d80e45f7007ad7a04c9ec1e9bf784f60cc7f650818083daa1e698&=&width=1193&height=671)


## πŸš‰ Introduce

μ§€ν•˜μ²  막차λ₯Ό λ†“μΉ˜μ§€ μ•Šλ„λ‘ μ•Œλ¦Ό μ„œλΉ„μŠ€λ₯Ό μ œκ³΅ν•©λ‹ˆλ‹€.

항상 μ•„μŠ¬μ•„μŠ¬ν•˜κ²Œ νƒ€κ±°λ‚˜ 막차λ₯Ό λ†“μ³€λ˜ λ‹Ήμ‹ !

μŠ¬μŠ¬μ„ 톡해 μ—¬μœ μžˆκ³  μ•ˆμ „ν•œ κ·€κ°€λ₯Ό κ²½ν—˜ν•΄λ³΄μ„Έμš”.



## πŸš‰ Core Function

|λͺ©μ μ§€ μ„€μ •|μ•Œλ¦Ό μ„€μ •|경둜 μ•ˆλ‚΄|μ•Œλ¦Ό 온 μ˜€ν”„|μ•Œλ¦Ό μˆ˜μ‹ |
|-----------|---------|--------|--------|--------|
|![λͺ©μ μ§€μ„€μ •](https://github.com/whatever-mentoring/SeulSeul_Server/assets/125520029/aad9a67a-03b2-431f-92ab-1d3c6fa2aaf5)|![μ•Œλ¦Όμ„€μ •](https://github.com/whatever-mentoring/SeulSeul_Server/assets/125520029/3a05d88f-b061-45f1-a347-ca86654f353e)|![κ²½λ‘œμ•ˆλ‚΄](https://github.com/whatever-mentoring/SeulSeul_Server/assets/125520029/016a03c8-0943-4bab-ad01-96ce5e009035)|![μ•Œλ¦Όμ˜¨μ˜€ν”„](https://github.com/whatever-mentoring/SeulSeul_Server/assets/125520029/6d17999f-03cc-4dd0-b461-67de1815e0e0)|![μ•Œλ¦Όμˆ˜μ‹ ](https://github.com/whatever-mentoring/SeulSeul_Server/assets/125520029/4d0db273-dfc6-4128-b3d6-dbba51329f5e)







## πŸš‰ Structure

```markdown
src.main
└── java
└── com.seulseul.seulseul
β”œβ”€β”€ config
| β”œβ”€β”€ CustomException
| β”œβ”€β”€ CustomExceptionHandler
| └── ErrorCode
|
β”œβ”€β”€ controller
| β”œβ”€β”€ alarm
| β”œβ”€β”€ android
| β”œβ”€β”€ baseRoute
| β”œβ”€β”€ endPos
| β”œβ”€β”€ firebase
| β”œβ”€β”€ stopTimeList
| β”œβ”€β”€ transferInfo
| └── user
|
β”œβ”€β”€ dto
| β”œβ”€β”€ alarm
| β”œβ”€β”€ android
| β”œβ”€β”€ baseRoute
| β”œβ”€β”€ endPos
| β”œβ”€β”€ firebase
| β”œβ”€β”€ Response
| β”œβ”€β”€ stopTimeList
| β”œβ”€β”€ transferInfo
| └── user
|
β”œβ”€β”€ entity
| β”œβ”€β”€ alarm
| β”œβ”€β”€ android
| β”œβ”€β”€ baseRoute
| β”œβ”€β”€ endPos
| β”œβ”€β”€ stopTimeList
| β”œβ”€β”€ transferInfo
| β”œβ”€β”€ user
| β”œβ”€β”€ ApiKey
| └── TokenKey
|
β”œβ”€β”€ repository
| β”œβ”€β”€ alarm
| β”œβ”€β”€ android
| β”œβ”€β”€ baseRoute
| β”œβ”€β”€ endPos
| β”œβ”€β”€ stopTimeList
| β”œβ”€β”€ transferInfo
| └── user
|
β”œβ”€β”€ service
| β”œβ”€β”€ alarm
| β”œβ”€β”€ android
| β”œβ”€β”€ baseRoute
| β”œβ”€β”€ endPos
| β”œβ”€β”€ firebase
| β”œβ”€β”€ result
| β”œβ”€β”€ stopTimeList
| β”œβ”€β”€ transferInfo
| └── user
|
└── SeulseulApplication

```


## πŸš‰ Architecture
![KakaoTalk_20231016_170308654](https://github.com/whatever-mentoring/SeulSeul_Server/assets/68958749/b69f2577-10ec-455b-8aad-4f057695dc47)


## πŸš‰ Tech Stack

Language: Java

Library & Framework: SpringBoot

Database: AWS RDS (MySQL)

Deploy: AWS EC2

## πŸš‰ μ‹œμ—° μ˜μƒ

develop branch's commit `88cdb7702a145cfeccdd1b8f2645e694a7f720d9`

<https://youtu.be/K_m05GKCufQ?si=N9H8KQdBQ5DJ1u65>

## πŸš‰ Contributor
|<img width=150 src="https://avatars.githubusercontent.com/u/125520029?v=4" />|<img width=150 src="https://avatars.githubusercontent.com/u/68958749?v=4" />
|:----:|:----:|
| [λ°•μ„œμ—°](https://github.com/seoyeon0201) | [μ£Όλ‹€μ• ](https://github.com/jooda00)

0 comments on commit 9007da8

Please sign in to comment.