BishalBudhathoki / UrlShortner

This is the backend source code that functions similar to the bit.ly website which convert long URL to short URL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UrlShortner

This is the backend source code that functions similar to the bit.ly website which convert long URL to short URL.

Setup

  1. npm install
    This install all required packages.
  2. npm start
    This start the server at localhost:5000

Note:

Put your own mogodb cloud or locolhost uri in ../config/db.config.js file that says const db_uri = ''

Thank-you

About

This is the backend source code that functions similar to the bit.ly website which convert long URL to short URL.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%