Skip to content

A Url Shortener simple web app that generates short urls and qr codes for your long urls

Notifications You must be signed in to change notification settings

AhmedGsa/MyURLShortener

Repository files navigation

URL Shortener Website

Front-end developed using HTML/CSS/JS

Back-end developed using Express.js and MongoDB

Image of the app Image of the app 2

Setup

npm install && npm start

don't forget to add .env file contain the MONGO_URI, PORT and Base_URL Variables.

(Base_URL is something like http://localhost:PORT)

Functionality

  • URL Shortener Web App that makes generate short URL for your long URL
  • Generate QR Codes for your new short URL

Future Upgrades

  • Add Auth and Login functionallity So each user can see his URLs.
  • Keep the insights (Visits and clicks) about each URL.

Routers

  • main.js
  • url.js

About

A Url Shortener simple web app that generates short urls and qr codes for your long urls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published