-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FE][Feat] : 네이버 지도 샘플 코드 작성 #243
Closed
Conversation
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
- 로그인을 위한 패키지 (bcrypt, express-validator, jsonwebtoken) 설치 - 로그인을 위한 router, controller, service, repository, middleware 구현 - index.js router 호출 및 사용 - 로그인 api 구현 테스트
- 로그인을 위한 패키지 (bcrypt, express-validator, jsonwebtoken) 설치 - 로그인을 위한 router, controller, service, repository, middleware 구현 - index.js router 호출 및 사용 - 로그인 api 구현 테스트
- eslint 설정 변경
- 로그인을 위한 패키지 (bcrypt, express-validator, jsonwebtoken) 설치 - 로그인을 위한 router, controller, service, repository, middleware 구현 - index.js router 호출 및 사용 - 로그인 api 구현 테스트
…com/boostcampwm-2024/web28-DDara into feature/fe/#106-AddChannelUI
[BE][Feat] : #42 : 로그인 api 구현
[BE][Feat] : #42 : 로그인 api 구현
…outComponent [FE][FEAT] #134 : Layout Component 구현
- 로그인 api swagger 문서 작성
[FE][Chore] - React Icons 추가 및 Tailwind css prettier 설정
…page [FE][Feat] #131 : router 경로들 설정
[BE][Feat] : #42 : 로그인 api swagger 문서 작성
…nnel [FE][Feat] #106 : addChannel 등 여러 페이지 수정 및 Footer Context 형식으로 변경
…tex-geolocation [FE][Feat][Fix] #191 : 지도 객체 로딩 오류 수정 및 드래그 이동 이벤트 구현
- 회원가입 api 연동
- 파비콘 다운 및 적용 - html 타이틀 적용
…HTML [FE][Chore] #234 : 페이지 초기 세팅
…-map-and-canvas [FE][Feat] #224 : 캔버스와 지도 연동
…hannel [FE][Feat] #226 : 채널 생성 api 연동
…rAPI [FE][Feat] #222 : 회원가입 api 연동
…nels [FE][Feat] #211 : 사용자 id로 채널 가져오기 api
…-map-and-canvas [FE][Fix] #224 : Frontend 버그 수정
…nnel [FE][Feat] #106 : add-channel 페이지 사용자 별 경로 설정 기능 구현 및 header 상수화
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 PR 개요
위치 테스트를 위한 네이버 지도 샘플 코드 작성
🔍 변경 사항
네이버 지도 샘플 코드 추가
✅ 체크리스트 (Checklist)