Feat: URL 단축 알고리즘(로직) 구현

This commit is contained in:
Gyubin-Han
2025-06-15 14:43:05 +09:00
parent 182d065b37
commit 400f325274
2 changed files with 83 additions and 1 deletions

View File

@@ -15,6 +15,6 @@
- [x] 개발 환경 구축
- [x] DB 설계 및 Entity 구현
- [x] HTTP(HTTPS) URL 검증 구현
- [ ] URL 단축 알고리즘 구현
- [x] URL 단축 알고리즘 구현
- [ ] URL 단축 저장 및 조회 기능 구현
- [ ] 테스트 및 배포