Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

🔗 Built using NodeJs, Express, MongoDB, and EJS. Users have the option of specifying custom slugs, for which, instead of getting a random generated one, they will have full access to that custom slug forever. This app also tracks how many people clicks on your links.
https://github.com/louiejancevski/url-shortener

ejs mongodb nodejs url-shortener url-shortener-microservice

Last synced: about 4 hours ago
JSON representation

🔗 Built using NodeJs, Express, MongoDB, and EJS. Users have the option of specifying custom slugs, for which, instead of getting a random generated one, they will have full access to that custom slug forever. This app also tracks how many people clicks on your links.

Awesome Lists containing this project

README

        

## 🔗 URL-Shortener
- Built using NodeJs, Express, MongoDB and EJS.
- Version 1.0

## Live demo
- [shortlink.herokuapp.com](https://shortlink.herokuapp.com/)

** This app was being hosted only for demonstration purposes, but some people found it online and started using it to redirect to malicious websites, therefore as of right now, it's offline to prevent those activities.

## About this project
The main idea was to have a simple tool in which users can input a long URL and instantly get a shorter one that points to the same place.

They also have the option of specifying a custom slug, for which, instead of getting a random generated one, they will have full access to that custom slug forever.