Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 397 Bytes

urlShortening

This code converts the actual url to shortend url and when user clicks on sortend url its redirects to actual url.

Pre installation

  1. Nodejs 8 and above
  2. NPM 6 and above
  3. Mongo

Steps to be followed after cloning the project

  1. Open the terminal and go till the project directory and type npm init
  2. Start the node server using npm server.js or nodemon server.js