Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] README에 아키텍처 구조도 첨부 #155

Merged
merged 2 commits into from
Aug 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
## TechStack
## 시스템 아키텍처

| 카테고리 | 기술 |
| --- | --- |
| Language, Framework | Java, Spring Boot |
| Database | MySQL, Redis, Flyway |
| ORM | Spring Data JPA, QueryDSL |
| 운영 환경 구축 | EC2, Docker |
| Build | Gradle |
| CI/CD | Github Actions |
| Library | Spring Open Feign, OAuth 2.0, spring actuator |
| 1. 서비스 인프라 구조도 | 2. Docker 네트워크 구조 |
|:-----------------------:|:------------------------:|
| <img src="https://github.com/user-attachments/assets/628163ce-2724-4f70-8119-d73b323d1bea" width="400"> | <img src="https://github.com/user-attachments/assets/25c92223-3b0d-4a3a-9545-06aba6fb8dcc" width="400"> |

## 실행방법
1. git clone [repository url)
1. git clone https://github.com/JNU-econovation/EEOS-BE
2. 환경변수를 설정해줍니다.(env.properties)
3. db를 실행합니다.
```shell
cd resources
cd local-develop-environment
docker-compose up
```
5. spring boot를 실행합니다.
4. spring boot를 실행합니다.

Loading