API Project: URL Shortener Microservice

Short URL Creation

URL Shortener

Example Creation:

POST [project_url]/api/shorturl/new - Body (URL encoded): url=https://www.google.com

Example Usage:

[project_url]/api/shorturl/3

Will Redirect to:

https://forum.freecodecamp.org/