19 results for “topic:valid-url”
Creating custom URL shortener using Nodejs
A simple nodeJs website to make url smaller
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
A backend application that allows shortening a specific URL. The technologies are REST APIs, ExpressJS, TypeScript, NodeJS, and MongoDB.
JavaScript Backend Services
Custom URL Shortener using Node.js, Express, and MongoDB .
Application for shortening links to one page. Simple interface without all the unnecessary stuff.
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 shortener web application made with NodeJS && MongoDB(atlas)
This is a Node.js REST API service, which is used to shorten the given URL.
it is a URL shortening service like TinyURL or Bitly.
This is the backend of URL shortener project
URL SHortoner API
No description provided.
Converts a url to a shorter version, which then may be used to access the webpage of the original.
NodeJs based API to shorten long URL using valid-url & shortid
A URL Shortener Service
An api based URL Shortner Service which provides short URL when POST with long URL
APIs and Microservices Project #3: URL Shortener Microservice.