Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 374 Bytes

The URL shortener using node.js.

Installation

$ apt-get install nodejs
$ apt-get install mongodb
$ git clone [email protected]:Taehun/url-shortener.git
$ cd url-shortener
$ git clone https://github.com/christkv/node-mongodb-native.git

Usage

$ node url_short.js
(Execute your web browser and connect the addres to "http://127.0.0.1:8000")