Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xh4h/simpleurlshortener
A simple and open source solution to deploy a URL shortener anywhere
https://github.com/xh4h/simpleurlshortener
deployment express html javascript nodejs open-source shortener simple url-shortener
Last synced: about 1 month ago
JSON representation
A simple and open source solution to deploy a URL shortener anywhere
- Host: GitHub
- URL: https://github.com/xh4h/simpleurlshortener
- Owner: Xh4H
- Created: 2019-04-30T13:57:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T02:28:32.000Z (3 months ago)
- Last Synced: 2024-10-23T03:40:01.409Z (3 months ago)
- Topics: deployment, express, html, javascript, nodejs, open-source, shortener, simple, url-shortener
- Language: JavaScript
- Homepage: https://xh4h.com/shorten
- Size: 85 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SimpleURLShortener
A simple and open source solution to deploy a URL shortener anywhere
## Live working version
I used this privately for a long time, now it is open to the public: https://xh4h.com/shorten## What is "SimpleURLShortener"?
SimpleURLShortener is a lightweight and open sourced URL Shortener which aims to be easily deployed in any server running Express.I was sick of full-of-ads shorteners and volatile shortened URLs, and since many more people are in the same situation, I decided to develop this project.
## How to install
1. Download [latest release](https://github.com/Xh4H/SimpleURLShortener/releases).
1. Open and edit `shortener_config.json` by filling the connection details to your DB.
1. run `npm install && npm run-script setup` to prepare the environment
1. run `node start` to start the service.Service will be running in `ip/shorten`.