Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/louiejancevski/url-shortener
- Owner: louiejancevski
- Created: 2020-08-16T06:51:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T06:53:00.000Z (about 4 years ago)
- Last Synced: 2024-08-10T19:45:40.287Z (3 months ago)
- Topics: ejs, mongodb, nodejs, url-shortener, url-shortener-microservice
- Language: HTML
- Homepage: https://shortlink.herokuapp.com
- Size: 542 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.