/URL-Shortener

Quick and diry URL Shortener

Primary LanguageJavaScript

URL Shortener

Simple URL Shortener created with Express, Mongo, and VueJS built ontop of NodeJS.


Demo Image


Demo Image


🚀  Installation

  1. Clone & install dependencies
  2. Create an .env file containing the following:
    PORT=5000                   (port number)
    MONGO_URI=                  (mongodb uri)
    URL_SIZE=6                  (number of url characters)
    URL=https://example.com/    (domain including trailing slash)
  3. Start
    npm start
    npm run dev