URL Shortener Microservice
A simple API service that allows you to shorten long URLs into shorter ones.
Example Usage
POST /api/shorturl/
GET /api/shorturl/1
Example Output
{ "short_url": 1, "original_url": "https://vinicius.bohr.io/" }
Try yourself
Enter a website URL and get the a short URL as result.