/url-shortener

It is a URL shortening service built in NodeJS and MongoDB. You can reduce the length of your URLs to a short URL by using a URL shortener.

Primary LanguageJavaScript

url-shortener

It is a URL shortening service built in NodeJS and MongoDB. It is a URL shortening service built in NodeJS and MongoDB. URL shortener allows you to reduce long links from any sites on the Internet, just paste the long URL and click the submit button. It can generate the shortened URL and you are able to copy, and you can also share it on any websites.

Live Running on - http://13.126.144.205:3000/

pic 1

pic 2

Run Locally

Make sure you have Node.js and the MongoDB. Setup MonngoDB connection URI in config file/keys.js.

  $ git clone https://github.com/ashutosh-7/url-shortener.git 
  $ cd url-shortener
  $ npm install
  $ npm start