It is a url Shortner app which takes long url and shorten it into a 7 characters long string.
POST /
Parameter | Type | Description |
---|---|---|
url |
string |
Required. url to shorten it |
get /:shortUrl
Parameter | Type | Description |
---|---|---|
shortUrl |
string |
Required. shortUrl to return original url |
Server: Node, Express
DataBase: MySQL