Commit Graph

19 Commits

Author SHA1 Message Date
5241c1b758 clean: remove unused import 2025-12-22 20:20:01 +01:00
0228cd9c9d feat: harden sanitize_url host parsing 2025-12-22 17:37:37 +01:00
87f1f67c50 refactor: use Utils get_error_status 2025-12-22 15:42:53 +01:00
52ec5a010a clean: remove redundant helper 2025-12-22 15:42:36 +01:00
ab68257e74 feat: add URL shortening API endpoints to app 2025-12-22 15:39:46 +01:00
50a12816b1 feat: implement API 2025-12-22 15:39:28 +01:00
65570d3b6d fix: remove redundant short code validation from get_original_url 2025-12-22 15:35:18 +01:00
86258332c8 feat: sanitize error message 2025-12-22 15:34:25 +01:00
0743db5a12 feat: comprehensive URL validation module with security checks 2025-12-22 15:04:57 +01:00
2b993e11a4 feat: create setnx() 2025-12-22 15:03:43 +01:00
57fd42604e feat: add app utils 2025-12-22 15:03:31 +01:00
1b79d48dc6 feat: url generation and handling logic 2025-12-22 15:03:20 +01:00
9cf87f6e57 feat: add check ssl and check url reachability 2025-12-22 14:13:06 +01:00
3eb09c5cda feat: add basic validators 2025-12-22 14:01:18 +01:00
bc4e5c353c feat: add incr() and exists() methods 2025-12-22 13:52:16 +01:00
45f8072679 feat: render the dummy test in json 2025-12-18 09:31:57 +01:00
acb1f63bae feat: add a dummy set/get in the main route to try redis 2025-12-18 07:28:24 +01:00
6565be735d feat: add basic db logic 2025-12-18 07:27:55 +01:00
f84c9dcbb4 feat: add basic skeleton app 2025-12-17 14:15:27 +01:00