Skip to content

URL shortener app for concise link generation and enhanced user accessibility.

License

Notifications You must be signed in to change notification settings

Allenkeys/Url-Shortener

Repository files navigation

URL Shortener

Implement a platform with 2 endpoints like TinyUrl [POST]{url,[alias]} [GET]{tiny_url} => 302 url

There are so many aspects that can be covered here:

Grow your solution from 2 Minimal Api endpoints in a Program.cs storing in SQL iterating to

  • Separate Write/Read Apis
  • Caching with expiration (high likely new urls will be hit often than older ones)
  • Analytics
  • Rate limiting
  • URL store sharding

Happy coding!

About

URL shortener app for concise link generation and enhanced user accessibility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages