Skip to content

Conversation

@ymkim97
Copy link

@ymkim97 ymkim97 commented Oct 6, 2023

📌 과제 설명

  • HTML, Thymeleaf를 이용해서 페이지를 구성했습니다.
  • Base62를 이용하여 url을 단축했습니다.
  • DB의 PK인 ID가 1부터 시작하면 한자리로만 단축되어 123456부터 시작하도록 했습니다.

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

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

✅ 시연 영상

2023-10-07.12.53.17.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant