-
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 #49 from Q-CARD/feature/readme-update
Update README.md
- Loading branch information
Showing
1 changed file
with
140 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1,140 @@ | ||
# QCard-server | ||
# π§βπ» QCARD - "μ¬λ‘건" | ||
|
||
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://https://github.com/Q-CARD/QCard-server&count_bg=%23FF7B72&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) | ||
|
||
## π₯³ λ°±μλ νμ μκ° | ||
|
||
<table border="1" cellspacing="0" cellpadding="0" width="90%"> | ||
<tr width="100%"> | ||
<td width="30%" align="center"><a href= "https://github.com/siyeonkm">κΉμμ°</a></td> | ||
<td width="30%" align="center"><a href= "https://github.com/sunnyineverywhere">μ΄μ μ</a></td> | ||
</tr> | ||
<tr width="100%"> | ||
<td width="30%" align="center"><img src = "https://github.com/siyeonkm.png" width="80%"/></td> | ||
<td width="30%" align="center"><img src = "https://github.com/sunnyineverywhere.png" width="80%"/></td> | ||
</tr> | ||
<tr width="100%"> | ||
<td width="30%" align="center">[μ±ν ] Websocketκ³Ό Stompλ₯Ό μ΄μ©ν 1:1 λ° n:n μ±ν κΈ°λ₯, μ±ν λ°© κ΄λ ¨ CRUD κΈ°λ₯ | ||
</br> [νλ‘ν/μν¬μ€νμ΄μ€] νλ‘ν λ° μν¬μ€νμ΄μ€ 리ν©ν λ§ λ° μ€λ₯ν΄κ²° μ§ν | ||
</br> [κΈ°ν] mongodb μ€κ³, apiλ¬Έμ μμ±, 리λλ―Έ μμ± λ±.</td> | ||
<td width="30%" align="center">[λ‘κ·ΈμΈ] Google APIλ₯Ό μ΄μ©ν Oauth2 λ‘κ·ΈμΈ/νμκ°μ , JWTμ Redisλ₯Ό μ΄μ©ν μΈκ°μμ κ΄λ¦¬ λ± | ||
</br> [μ μ ] μ μ κ΄λ ¨ CRUD | ||
</br> [λ°°ν¬] Travis ci λ° Github Actionμ μ΄μ©ν CICD νμ΄νλΌμΈ κ΅¬μΆ | ||
</br> [κΈ°ν] mongodb μ€κ³, api λ¬Έμ μμ± λ± </td> | ||
</tr> | ||
</table> | ||
<br> | ||
|
||
## π μλΉμ€ μκ° | ||
```**QCARD**λ μκ°μκ°``` | ||
|
||
<br> | ||
|
||
## βοΈ κΈ°μ μ€ν | ||
- DEVELOP | ||
![Spring](https://img.shields.io/badge/Spring-6DB33F?style=round-square&logo=Spring&logoColor=white) <img src="https://img.shields.io/badge/MongoDB-47A248?style=flat-square&logo=MongoDB&logoColor=white"/> <img src="https://img.shields.io/badge/Google-4285F4?style=flat-square&logo=Google&logoColor=white"/> <img src="https://img.shields.io/badge/Stomp-010101?style=flat-square&logo=Stomp&logoColor=white"/> <img src="https://img.shields.io/badge/Websocket-010101?style=flat-square&logo=Websocket&logoColor=white"/> <img src="https://img.shields.io/badge/Redis-DC382D?style=flat-square&logo=Redis&logoColor=white"/> | ||
|
||
- INFRA | ||
<img src="https://img.shields.io/badge/Amazon CodeDeploy-7D9B4B?style=flat-square&logo=Amazon CodeDeploy&logoColor=white"/> <img src="https://img.shields.io/badge/Travis CI-3EAAAF?style=flat-square&logo=Travis CI&logoColor=white"/> | ||
|
||
|
||
- ETC | ||
<img src="https://img.shields.io/badge/GitHub -181717?style=flat-square&logo=GitHub&logoColor=white"/> <img src="https://img.shields.io/badge/GitHub Actions-256EE0?style=flat-square&logo=GitHub Actions&logoColor=white"/></br> | ||
|
||
<br> | ||
|
||
## ποΈ νλ‘μ νΈ κ΅¬μ‘° | ||
|
||
### ERD | ||
|
||
### λΌμ΄λΈλ¬λ¦¬ | ||
1. spring boot web | ||
2. spring boot mongodb | ||
3. spring boot mail | ||
4. spring boot thymeleaf | ||
5. spring boot security | ||
6. spring boot data redis | ||
7. spring boot websocket | ||
8. spring boot test | ||
9. lombok | ||
10. sockjs-client | ||
11. stomp-websocket | ||
12. gson | ||
13. jjwt | ||
|
||
### ν΄λ | ||
<pre> | ||
<code> | ||
βββ π main | ||
βββ π java | ||
βΒ Β βββ π web | ||
β βββ π slack | ||
βΒ Β βββ π SlackCloneProjectApplication.java | ||
βΒ Β βββ π config | ||
β β βββ π annotation | ||
β βΒ Β β βββ π AuthMember.java | ||
β β βββ π handlers | ||
β βΒ Β β βββ π ChatPreHandler.java | ||
β βΒ Β β βββ π CustomLoginSuccessHandler.java | ||
β βΒ Β β βββ π CustomLogoutSucessHandler.java | ||
β β βββ π jwt | ||
β βΒ Β β βββ π JwtAuthenticationFilter.java | ||
β βΒ Β β βββ π JwtTokenProvider.java | ||
β β βββ π AuthMemberArgumentResolver.java | ||
βΒ Β βΒ Β βββ π CorsConfig.java | ||
βΒ Β βΒ Β βββ π WebConfig.java | ||
βΒ Β βΒ Β βββ π WebSocketConfig.java | ||
β βΒ Β βββ π SecurityConfig.java | ||
βΒ Β βββ π controller | ||
β β βββ π dto - μλ΅ | ||
β β βββ π ChatroomController.java | ||
β β βββ π ChatTestController.java | ||
β β βββ π EmailController.java | ||
βΒ Β βΒ Β βββ π MemberController.java | ||
β β βββ π MessageController.java | ||
β β βββ π ProfileController.java | ||
βΒ Β βΒ Β βββ π WorkspaceController.java | ||
βΒ Β βββ π domain | ||
βΒ Β βΒ Β βββ π BodyMessage.java | ||
βΒ Β βΒ Β βββ π Chatroom.java | ||
βΒ Β βΒ Β βββ π ChatroomType.java | ||
βΒ Β βΒ Β βββ π EmailToken.java | ||
βΒ Β βΒ Β βββ π GoogleCode.java | ||
βΒ Β βΒ Β βββ π Member.java | ||
βΒ Β βΒ Β βββ π Message.java | ||
βΒ Β βΒ Β βββ π MessageType.java | ||
βΒ Β βΒ Β βββ π Profile.java | ||
βΒ Β βΒ Β βββ π Role.java | ||
βΒ βΒ Β βββ π Workspace.java | ||
βΒ Β βββ π repository | ||
βΒ Β βΒ Β βββ π ChatroomRepository.java | ||
βΒ Β βΒ Β βββ π EmailTokenRepository.java | ||
βΒ Β βΒ Β βββ π GoogleCodeRepsoitory.java | ||
βΒ Β βΒ Β βββ π MemberInviteRepository.java | ||
βΒ Β βΒ Β βββ π MemberRepository.java | ||
βΒ Β βΒ Β βββ π MessageRepository.java | ||
βΒ Β βΒ Β βββ π ProfileRepository.java | ||
βΒ βΒ Β βββ π WorkspaceRepository.java | ||
βΒ Β βββ π service | ||
βΒ Β βΒ Β βββ π ChatroomService.java | ||
βΒ Β βΒ Β βββ π CustomOauth2UserService.java | ||
βΒ Β βΒ Β βββ π EmailService.java | ||
βΒ Β βΒ Β βββ π EmailHandler.java | ||
βΒ Β βΒ Β βββ π MemberService.java | ||
βΒ Β βΒ Β βββ π MessageService.java | ||
βΒ Β βΒ Β βββ π ProfileService.java | ||
βΒ Β βΒ Β βββ π RedisService.java | ||
βΒ βΒ Β βββ π WorkspaceService.java | ||
βΒ Β βββ π util | ||
βΒ Β βΒ Β βββ π ErrorResponse.java | ||
βΒ Β βΒ Β βββ π GlobalExceptionHandler.java | ||
βΒ Β βΒ Β βββ π ResponseMessage.java | ||
βΒ βββΒ βββ π StatusEnum.java | ||
βββ π resources | ||
βββ π templates | ||
βββ π application.properties | ||
βββ π application-oauth.properties | ||
</code> | ||
</pre> | ||
|
||
|