url-shortner An application for URL shortening using firebase dynamic links. Usage Verify if app is up or not Request - URL GET {HOST:PORT} Response { "name": "url-shortner", "version": "1.0.0" } API to shorten url Request - URL POST {HOST:PORT}/short-url Request - BODY { "url": "URL TO BE SHORTENED" } Response { "shortLink": "SHORTENED URL" }