/UrlShortener

A simple url shortener

Primary LanguageJava

URL shortener

This is the first of a series of small projects / services in Java Spring Boot.

👨🏻‍💻 About the project

  • 🔭   It was developed in Java Spring Boot and MySQL;
  • 👨‍🏫   You can make a POST request with an url and get a short url back;
  • 🎓   You can also make a GET request with the short url and you'll get redirected to the original link;
  • 💭   Every short url has an expiration date and time, after that it is needed to regenerate;