• Welcome, I'm Mcvean
  • こんにちは, 私は マクヴィーン
  • Buenas tardes, Soy Mcvean
  • नमस्ते, मैं हूँ मैकवीन
  • Bonjour, Je suis Mcvean
  • Guten Tag, Ich bin Mcvean
  • Boa tarde, Eu sou Mcvean
  • 下午好, 我是 麦克维恩
  • 안녕하세요, 나는 맥비안

Full Stack | Developer Advocacy

URL-Shortener (LLD)
  • Node.js
  • MongoDB

A backend service created for shortening URLs using NodeJS and MongoDB. It's designed for educational purposes. When a user enters a long URL, the service creates a unique identifier (shortID) and stores it along with the original URL in a MongoDB database. It then responds with the shortID, which can be used to access the original URL. When a user enters a shortID in their browser, the service retrieves the corresponding long URL from the database and redirects the user to that address. The service can track usage data like visit history and number of clicks for each shortened URL. 🌐

Highlights:

  • Simplified URL Shortening Architecture
  • Custom URL Generation
  • URL Redirects
  • Analytics for URLs Generated
100% complete