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: 3 months ago
JSON representation
Simple URL Shortener with Node.js and EJS Template Engine
- Host: GitHub
- URL: https://github.com/ranitmanik/url-shortener
- Owner: RanitManik
- Created: 2024-11-29T17:26:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T19:04:09.000Z (11 months ago)
- Last Synced: 2025-07-19T06:51:30.510Z (3 months ago)
- Topics: ejs, express, mongodb, nodejs, url-shortener
- Language: EJS
- Homepage: https://url-shortener-vwjo.onrender.com
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.