Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 505 Bytes

File metadata and controls

22 lines (13 loc) · 505 Bytes

Robust Custom URL_Shortner

#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