Website: https://ziplink.azurewebsites.net/
- URL Shortening:
- 🟢 Users can input long URLs, and the system generates a unique shortened URL for them.
- Redirection:
- 🟢 When users visit the shortened URL, they are redirected to the original long URL.
- Statistics:
- 🟢 Track the number of times each shortened URL has been accessed.
- Custom URL:
- 🟢 Optionally, allow users to specify custom short URLs.
- User Authentication:
- 🟢 Implement basic user authentication to allow registered users to manage their shortened URLs.
- Background Service:
- 🟢 Create a background service removing out-of-date URLs.