Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 603 Bytes

File metadata and controls

27 lines (19 loc) · 603 Bytes

Quickstart

$ brew install redis
$ npm install
$ redis-server
$ node app

Dependencies

  • Node.js (the server)
  • Express.js (lightweight framework on top of node)
  • Redis (simple key-value data store)
  • Angular.js (for client side JS)
  • Jade (HTML rendering engine)

Develop locally

Start the redis server

$ redis-server

Start the node app

$ node app

working flow

now your app working insert any url in first box and click on short botton and you get short url in second box. now search this url into google search and you get same page as before.