This code converts the actual url to shortend url and when user clicks on sortend url its redirects to actual url.
- Nodejs 8 and above
- NPM 6 and above
- Mongo
- Open the terminal and go till the project directory and type
npm init
- Start the node server using
npm server.js
ornodemon server.js