An open API service indexing awesome lists of open source software.

https://github.com/devshivamthakur/url-shortnerbackend


https://github.com/devshivamthakur/url-shortnerbackend

expressjs mongodb nodejs nodemon rest-api

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# URL Shortener

A simple, efficient, and fast URL shortener API built with Node.js and Express. This app shortens long URLs, tracks analytics for shortened links, and redirects to the original URLs.

## Features
- **Shorten URLs**: Converts long URLs into short, manageable links.
- **URL Redirection**: Automatically redirects short URLs to their original destination.
- **Analytics**: Tracks usage statistics for shortened URLs.

## Tech Stack
- **Backend**: Node.js, Express
- **Database**: MongoDB (or your choice)
- **Request Validation**: Express middleware