Initial commit: URL Redirect Tracker application with comprehensive documentation

This commit is contained in:
Andrei
2025-08-18 06:37:57 +00:00
commit a5d19c8549
1580 changed files with 211670 additions and 0 deletions

16
public/api.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>URL Redirect Tracker API</title>
</head>
<body>
<h1>URL Redirect Tracker API</h1>
<p>The API is available at:</p>
<ul>
<li><strong>POST /api/v1/track</strong> - Track redirects (JSON body with url, method, userAgent)</li>
<li><strong>GET /api/v1/track</strong> - Track redirects (Query params: url, method, userAgent)</li>
</ul>
<p>Rate limit: 100 requests per hour per IP</p>
<p><a href="/">Back to tracker</a></p>
</body>
</html>