All Projects → Freshman-tech → url-shortener

Freshman-tech / url-shortener

Licence: other
A URL Shortener Application built with Node.js, Express and MongoDB

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to url-shortener

reducio
❱ 🐇 URL shortener service is written in Scala using Akka-Http and Redis ❰
Stars: ✭ 69 (+331.25%)
Mutual labels:  url-shortener
redir
🧭 Full-featured, self-hosted URL shortener.
Stars: ✭ 61 (+281.25%)
Mutual labels:  url-shortener
urlzap
⚡️ Your own static URL shortener
Stars: ✭ 57 (+256.25%)
Mutual labels:  url-shortener
go url shortener
Shortify - URL Shortner in go
Stars: ✭ 18 (+12.5%)
Mutual labels:  url-shortener
ursho
URL Shortener Service in Go
Stars: ✭ 118 (+637.5%)
Mutual labels:  url-shortener
ShortURL-Services-List
A list of 600+ URL shorteners (i.e goo.gl, bit.ly)
Stars: ✭ 32 (+100%)
Mutual labels:  url-shortener
Breviare
Small URL shortener made with the MERN Stack
Stars: ✭ 16 (+0%)
Mutual labels:  url-shortener
secusu
SЁCU is a public API to store self-destructing data payloads with url shortener and handle anonymous chat-rooms.
Stars: ✭ 24 (+50%)
Mutual labels:  url-shortener
gShort
URL Shortener without all the crap
Stars: ✭ 80 (+400%)
Mutual labels:  url-shortener
shorty
URL shortener available as library, microservice (even containerized), aws lambda, and azure function
Stars: ✭ 31 (+93.75%)
Mutual labels:  url-shortener
YOURLS
🔗 The de facto standard self hosted URL shortener in PHP
Stars: ✭ 9,007 (+56193.75%)
Mutual labels:  url-shortener
nnmm
A super tiny pastebin/url minifier "microservice"
Stars: ✭ 77 (+381.25%)
Mutual labels:  url-shortener
bingus.link
A free, private URL shortener
Stars: ✭ 19 (+18.75%)
Mutual labels:  url-shortener
ksana.in
✂️ Layanan pemendek tautan yang mudah, gratis & tanpa iklan
Stars: ✭ 186 (+1062.5%)
Mutual labels:  url-shortener
KuttSharp
🔪 .NET Package for kutt.it url shortener
Stars: ✭ 29 (+81.25%)
Mutual labels:  url-shortener
laravel-bitly
Laravel package for generating bitly url
Stars: ✭ 72 (+350%)
Mutual labels:  url-shortener
1pt
A URL shortener with protection against malicious redirects
Stars: ✭ 20 (+25%)
Mutual labels:  url-shortener
em-shorty
Another URL shortener based on Event Machine and rack-fiber_pool
Stars: ✭ 56 (+250%)
Mutual labels:  url-shortener
node-url-shortener
URL Shortener in Base58 using Node.js, Express, Sequelize, Mocha and Bootstrap
Stars: ✭ 21 (+31.25%)
Mutual labels:  url-shortener
goalie-url-shortener
An implementation of go/ vanity-urls with LDAP support that makes it simple to access internal web assets on a coorporate network.
Stars: ✭ 16 (+0%)
Mutual labels:  url-shortener

URL Shortener Demo

A URL Shortener Application built with Node.js, Express and MongoDB. Tutorial: https://freshman.tech/url-shortener/

This project is live at https://freshman-shortener.herokuapp.com/

Prerequisites

You must have Node.js, npm and MongoDB installed on your machine. This project was built against the following versions:

  • Node v11.2.0
  • npm v6.6.0
  • MongoDB v4.0.5

Setup

  • Clone this repo to your machine
  • cd into the project folder and run npm install
  • Rename .env.sample to .env
  • Run npm start
  • Navigate to http://localhost:4100

How to use

  • Enter a URL into the input field and hit Shorten. The shortened URL will be displayed on the page.
  • Open the shortened URL in a new tab. It should redirect you to the original URL.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].