Skip to content

Conversation

@hongdosan
Copy link
Member

@hongdosan hongdosan commented Oct 4, 2023

📌 과제 설명

  • URL을 입력받아 Base62로 변환하여 단축된 URL을 제공하는 서비스입니다.
  • 프론트는 Thymeleaf를 사용하였고 @RestController를 사용하여 구현했습니다.
  • 현재 구현된 알고리즘은 Base62로 다른 알고리즘입니다.

👩‍💻 요구 사항과 구현 내용

요구사항

  • URL 입력폼 제공 및 결과 출력
  • URL Shortening Key는 8 Character 이내로 생성
  • 단축된 URL 요청시 원래 URL로 리다이렉트
  • 단축된 URL에 대한 요청 수 정보저장
  • Shortening Key를 생성하는 알고리즘 2개 이상 제공하며 애플리케이션 실행 중 동적으로 변경 가능
2023-10-05.3.24.07.mov

@hongdosan hongdosan requested a review from joseph-100 October 4, 2023 18:38
@hongdosan hongdosan self-assigned this Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants