Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ranitmanik/url-shortener

Simple URL Shortener with Node.js and EJS Template Engine
https://github.com/ranitmanik/url-shortener

ejs express mongodb nodejs url-shortener

Last synced: 26 days ago
JSON representation

Simple URL Shortener with Node.js and EJS Template Engine

Awesome Lists containing this project

README

        

# Simple URL Shortener

This is a simple URL Shortener application built using Node.js, MongoDB, mongoose and the EJS Template Engine. It allows users to shorten long URLs into concise, shareable links, tracks how many times each link has been accessed, and redirects users to the original URL when a shortened link is visited.