Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UrlShortner-Microservice

This is URL shortener microservice using Node.js, Express.js for the backend, and MongoDB to store the URLs. This project is a URL Shortener Microservice built as part of freeCodeCamp's Backend Development and APIs curriculum. It provides functionality to shorten URLs and redirect users to the original URLs using the shortened links.

Features
  1. Shorten URLs: Submit a valid URL to receive a shortened version.
  2. Redirection: Accessing the shortened URL redirects to the original URL.
  3. Input Validation: Ensures only properly formatted URLs are processed.
How It Works
  • Send a POST request with a valid URL.
  • Receive a shortened URL in the response.
  • Access the shortened URL to be redirected to the original link.

Tech Stack

  1. Node.js and Express.js for the server and routing.
  2. Optional: MongoDB for persistent storage of URL mappings.

About

This is URL shortener microservice using Node.js, Express.js for the backend, and MongoDB to store the URLs.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages