-
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
1 parent
792d4be
commit 51862c5
Showing
1 changed file
with
44 additions
and
4 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,5 +1,45 @@ | ||
# KAKAO-TOUR-API BACKEND | ||
#### DEVELOPER | ||
#### SETTING | ||
#### ERD | ||
#### EE | ||
|
||
## 🍊 back-end developers | ||
|[박해인](https://github.com/femmefatalehaein)|[이유진](https://github.com/yyujin1231)| | ||
|:---:|:---:| | ||
| <img src="https://avatars.githubusercontent.com/u/75514808?v=4" width="100"> |<img src="https://avatars.githubusercontent.com/u/118620724?v=4" width="100">| | ||
|BACKEND| BACKEND | | ||
|
||
|
||
## 🪴 역할 | ||
| 이름 | 포지션 | | ||
| --- | --- | | ||
| [박해인](https://github.com/femmefatalehaein) | 로그인/회원가입/마이페이지, api 활용 데이터 수집, 업체 정보 개요/상세, 사진첩(마이제주), 추천시스템, 관심목록 | | ||
| [이유진](https://github.com/yyujin1231) | 크롤링 기반 데이터 수집, 사용자 채팅(반갑수다), 응급지도| | ||
|
||
## SETTING | ||
- Spring boot3 | ||
- JDK 21 | ||
- Spring JPA | ||
- MySQL 3.xx | ||
|
||
## 📎 ERD | ||
![image](https://github.com/user-attachments/assets/550d130b-9ac9-4d66-a4e1-3788aa1f0739) | ||
|
||
## file structure | ||
``` | ||
└───ai_jeju | ||
├───config | ||
├───controller | ||
├───domain | ||
├───dto | ||
├───exception | ||
├───filter | ||
├───generator | ||
├───handler | ||
├───jwt | ||
├───repository | ||
├───service | ||
└───util | ||
``` | ||
|
||
## [🍏 API 명세서](....) | ||
> 클릭 시 API 명세서를 확인하실 수 있습니다. | ||
<br/><br/> |