Creating custom URL shortener using Nodejs
-
Updated
Jun 3, 2023 - JavaScript
Creating custom URL shortener using Nodejs
URLShortener project is a URL shortener API developed using Node.js and Express.js. It utilizes MongoDB as the database for storing the shortened URLs and Redis for caching. It generates short IDs using the shortid library and validates URLs using the valid-url library, allowing users to shorten long URLs and retrieve the original URL
JavaScript Backend Services
This is a URL shortener web-app that reads a long URL from the user and then converts it into a short URL which then can be copied by the user. React is used in the Front-End(Client), Python Flask as the Back-End(Server) and Firebase as the Database.
URL SHortoner API
This is the backend of URL shortener project
An api based URL Shortner Service which provides short URL when POST with long URL
A URL Shortener Service
NodeJs based API to shorten long URL using valid-url & shortid
Url shortener web application made with NodeJS && MongoDB(atlas)
APIs and Microservices Project #3: URL Shortener Microservice.
Add a description, image, and links to the valid-url topic page so that developers can more easily learn about it.
To associate your repository with the valid-url topic, visit your repo's landing page and select "manage topics."