Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ranitmanik/url-shortener
- Owner: RanitManik
- Created: 2024-11-29T17:26:03.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-29T19:04:09.000Z (about 1 month ago)
- Last Synced: 2024-12-02T08:56:28.497Z (30 days 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.