node-url-shortener
URL Shortener built in NodeJS
Features:
- All CRUD Operations
- Creation of default short-endpoint as well as custom endpoint for the long URL
- Pagination
- Sorting according to latest date of creation
For more visit the GitHub repository here
GETGet all links
{{URL}}/links
GETGet a particular link
{{URL}}/links/_vEEH0UY3
GETGet URL using custom endpoint
{{URL}}/links/custom/portfolio-website
Loading