-
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.
- Loading branch information
Showing
1 changed file
with
100 additions
and
2 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 |
---|---|---|
@@ -1,7 +1,105 @@ | ||
# 🚀 시험차량 관리 시스템 | ||
|
||
--- | ||
## 🏛 아키텍처 구조도 | ||
![Architecture 2 (Confirmed)](https://github.com/test-car-managing-system/backend/assets/72291860/1023abfe-5285-476d-aff5-a9e80331857b) | ||
![Architecture 2 (Confirmed)](https://github.com/test-car-managing-system/backend/assets/72291860/f081d715-e8a4-46f9-861b-991b7b7b226c) | ||
|
||
<br> | ||
|
||
--- | ||
## 🔧 사용 기술 | ||
`Java` `Spring Boot` `MySQL` `Docker` `AWS` | ||
|
||
`TypeScript` `ReactJS` | ||
|
||
<br> | ||
|
||
--- | ||
## 📦 프로젝트 구조 | ||
|
||
## 🖋 디자인 설계 | ||
```bash | ||
├── src | ||
│ ├── main | ||
│ │ ├── java | ||
│ │ │ └── com | ||
│ │ │ └── testcar | ||
│ │ │ └── car | ||
│ │ │ ├── common | ||
│ │ │ ├── config | ||
│ │ │ └── domains | ||
│ │ │ └── ** | ||
│ │ │ ├── entity | ||
│ │ │ ├── exception | ||
│ │ │ ├── model | ||
│ │ │ ├── util | ||
│ │ │ └── repository | ||
│ │ └── resources | ||
│ │ └── db.migration | ||
│ └── test | ||
│ └── java | ||
│ └── com | ||
│ └── testcar | ||
│ └── car | ||
│ ├── common | ||
│ └── domains | ||
│ └── ** | ||
│ ├── entity | ||
│ └── request | ||
``` | ||
|
||
<br> | ||
|
||
--- | ||
|
||
## 🦚 git branch 전략 | ||
```bash | ||
main: release 전용 | ||
dev: 개발 서버 배포 전용 | ||
feat: 기능 개발 | ||
fix: 버그 수정 | ||
refactor: 리팩토링 | ||
chore: 기타 작업 | ||
docs: 문서 작업 | ||
test: 테스트 코드 구현 | ||
``` | ||
|
||
- 각 브랜치는 dev 브랜치에서 생성 | ||
- 작업 후 dev 브랜치로 PR 후 merge | ||
|
||
<br> | ||
|
||
--- | ||
## 🖋 화면 디자인 설계 | ||
🔗 [Figma](https://www.figma.com/file/sBxrjClbNfFWDCmohg1Cux/%EC%9D%B4%EB%85%B8%EB%B2%A0%EC%9D%B4%EC%85%98-%EC%95%84%EC%B9%B4%EB%8D%B0%EB%AF%B8-x-%ED%98%84%EB%8C%80%EC%98%A4%ED%86%A0%EC%97%90%EB%B2%84-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8?type=design&node-id=23%3A3687&mode=design&t=cGuDgMdYVUxJIRzT-1) | ||
|
||
![디자인 설계서](https://github.com/test-car-managing-system/backend/assets/72291860/cb9287d8-6a78-44f4-a2d2-06658d7b1f0f) | ||
|
||
<br> | ||
|
||
--- | ||
## 🗃️ 데이터 베이스 설계 | ||
|
||
### 물리 ERD | ||
![물리 ERD](https://github.com/test-car-managing-system/backend/assets/72291860/b5110847-a5f0-4ca3-a86d-88a80ab9725f) | ||
|
||
### 논리 ERD | ||
![논리 ERD](https://github.com/test-car-managing-system/backend/assets/72291860/1b320f1b-f600-4ee3-9ca7-68a364018547) | ||
|
||
<br> | ||
|
||
--- | ||
## 📚 API Docs | ||
![Swagger](https://github.com/test-car-managing-system/backend/assets/72291860/a5351cd3-b387-4c54-9ed8-55f6943e2bce) | ||
|
||
Swagger 라이브러리를 이용하여 API Docs를 작성하였습니다. | ||
|
||
<br> | ||
|
||
--- | ||
## 🖥️ 화면 구현 | ||
|
||
![화면스크린샷1](https://github.com/test-car-managing-system/backend/assets/72291860/d86430f7-be14-414d-ae40-2e0147a8531d) | ||
![화면스크린샷2](https://github.com/test-car-managing-system/backend/assets/72291860/0f4bc788-9709-4d26-bd93-8eae03606f84) | ||
![화면스크린샷3](https://github.com/test-car-managing-system/backend/assets/72291860/0cfe3152-0791-4165-b83b-4bef15331f5e) | ||
![화면스크린샷4](https://github.com/test-car-managing-system/backend/assets/72291860/1308bd35-68ad-490e-bbad-c7dbee1d80ab) | ||
|