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
- Host: GitHub
- URL: https://github.com/devshivamthakur/url-shortnerbackend
- Owner: devshivamthakur
- Created: 2024-06-13T17:24:59.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-03-23T07:22:53.000Z (3 months ago)
- Last Synced: 2025-03-23T07:28:16.580Z (3 months ago)
- Topics: expressjs, mongodb, nodejs, nodemon, rest-api
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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