#Clone repo and run npm on main folder (Command: npm run dev) to start server and run application /n
#Use any API testing software to send a POST request to the below URL with the following body:
*Request Body:
{ "urlLong": "< Paste long url to convert into short url>" }
/*
#Successful message shows the new custom Short URL created.
#Hit the generated short URL from the response in any browser!
#- Ajay Shanmuganathan