From f733bc5014473c56074827a8095e2103cebc2063 Mon Sep 17 00:00:00 2001 From: Jisu Lim <69844138+Ji-soo708@users.noreply.github.com> Date: Mon, 25 Dec 2023 19:40:58 +0900 Subject: [PATCH 1/6] docs: change README.md --- README.md | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index c9b06551..74d25d73 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,16 @@ -## 모각코하기 좋은 카페 지도 애플리케이션, 모카콩(MOCACONG) +# 모각코하기 좋은 카페 지도 애플리케이션, 모카콩 image -코딩하기 좋은 카페만 모아놓은 지도는 없을까? 고민했다면 모카콩! +[![App Store](https://img.shields.io/badge/App_Store-0D96F6?style=flat-square&logo=app-store&logoColor=white)](https://apps.apple.com/kr/app/mocacong/id6446925939) +[![Google Play](https://img.shields.io/badge/Google_Play-414141?style=flat-square&logo=google-play&logoColor=white)](https://play.google.com/store/apps/details?id=com.konkuk.mocacong&hl=en-KR) +[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fmocacong%2FMocacong-Backend&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) +[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=mocacong_Mocacong-Backend&metric=coverage)](https://sonarcloud.io/summary/new_code?id=mocacong_Mocacong-Backend) +

-

- image - image - image - image -

- - -- - - - -### MVP 기능 -

- image -

- -- - - +## 🔎 Introduction +![Group 301](https://github.com/mocacong/Mocacong-Backend/assets/69844138/008dad54-7ad5-4c5a-a614-927887457c32) +
-### 사용 기술스택 +## ⚒️ Tech Stack - `Language`: Java 11, JUnit 5 - `Framework`: Spring Boot 2.7.9 - `Database`: H2, Amazon RDS for MySQL, Amazon Elasticache for Redis @@ -29,16 +20,24 @@ - `API Docs`: SpringDoc Swagger 3 - `Performance Test`: nGrinder -- - - +
-### ERD +## 🖇️ DataBase Schema +### 🐬 MySQL

- image + image

-- - - +
-### 서비스 아키텍처 +## 💻 Server Architecture

image

+ +
+ +## 🙋🏻‍♂️ Server Engineers +| Taehyun | Jisoo | Jungwoo | +|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| +|
|
|
| From bfd8df74577409718744429edb8e6e1233f710db Mon Sep 17 00:00:00 2001 From: Jisu Lim <69844138+Ji-soo708@users.noreply.github.com> Date: Tue, 26 Dec 2023 03:35:44 +0900 Subject: [PATCH 2/6] style: fix name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d25d73..8ee13fe5 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,6 @@
## 🙋🏻‍♂️ Server Engineers -| Taehyun | Jisoo | Jungwoo | +| Taehyeon | Jisoo | Jungwoo | |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| |
|
|
| From 8f054a711d3e1753e16f39cd6added3dbe94c016 Mon Sep 17 00:00:00 2001 From: Jisu Lim <69844138+Ji-soo708@users.noreply.github.com> Date: Wed, 27 Dec 2023 06:00:01 +0900 Subject: [PATCH 3/6] docs: update readme --- README.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8ee13fe5..5389a2c6 100644 --- a/README.md +++ b/README.md @@ -10,29 +10,37 @@ ![Group 301](https://github.com/mocacong/Mocacong-Backend/assets/69844138/008dad54-7ad5-4c5a-a614-927887457c32)
-## ⚒️ Tech Stack -- `Language`: Java 11, JUnit 5 -- `Framework`: Spring Boot 2.7.9 -- `Database`: H2, Amazon RDS for MySQL, Amazon Elasticache for Redis -- `ORM`: JPA (Spring Data JPA) -- `Deploy`: Github Actions, Docker CI/CD -- `Logging`: Logback, AWS Cloudwatch, AWS Lambda, Slack API -- `API Docs`: SpringDoc Swagger 3 -- `Performance Test`: nGrinder +## 💻 Server Architecture +### 📦 Dependency +- Java 11, Junit 5 +- Spring Boot 2.7.9 +- MySQL
-## 🖇️ DataBase Schema -### 🐬 MySQL +### 🤲 AWS Architechture Diagram

- image + image


-## 💻 Server Architecture +## 🛠️ Tech Stack +#### Framework - +#### Database - +#### ORM - +#### Deploy - +#### Logging - Logback, +#### API Docs - +#### Performance Test - +#### Test - + +
+ +## 🖇️ DataBase Schema +### 🐬 MySQL

- image + image


From 89aec1df5ee3b318a8c27ef97cc360b1b9503b61 Mon Sep 17 00:00:00 2001 From: Jisu Lim <69844138+Ji-soo708@users.noreply.github.com> Date: Wed, 27 Dec 2023 06:00:30 +0900 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5389a2c6..efeca50a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@
-## 🛠️ Tech Stack +### 🛠️ Tech Stack #### Framework - #### Database - #### ORM - From f15816fade6d59d43d2dbaf4b3c6a2ed4e2e81f8 Mon Sep 17 00:00:00 2001 From: Jisu Lim <69844138+Ji-soo708@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:44:51 +0900 Subject: [PATCH 5/6] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index efeca50a..c27a3ec7 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,11 @@ #### Logging - Logback, #### API Docs - #### Performance Test - -#### Test - +#### Test -
## 🖇️ DataBase Schema -### 🐬 MySQL

image

From 3981e03779f9950165d8ba83cbfb40569c329aef Mon Sep 17 00:00:00 2001 From: Jisu Lim <69844138+Ji-soo708@users.noreply.github.com> Date: Fri, 29 Dec 2023 01:07:50 +0900 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c27a3ec7..777b6bad 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ #### Database - #### ORM - #### Deploy - -#### Logging - Logback, +#### Logging - #### API Docs - #### Performance Test - #### Test -