asvinb / sho.rt

URL Shortner for your Local Host!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sho.rt

URL Shortner for your Local Host!
Now Shorten the links to your favourite websites and use them.

PS:

The folders below have been added to the root by mistake. They are in node_modules.
They are to be removed.

es6-promise
escape-html
isarray
Node Dependencies added

GIF

GIF

Clone and use!

How to use?

Make sure you have node and npm installed.

  • install mongodb
     npm install mongodb
  • install express
     npm install express
  • install shortid
     npm install shortid
  • install body-parser
     npm install body-parser

Finally:

  • run mongodb
     mongod 
  • run app.js
     node app.js
  • open the localhost
    localhost:5000/short
      
    

Author: gabru-md

About

URL Shortner for your Local Host!

License:MIT License


Languages

Language:JavaScript 100.0%