Skip to content

mvnnn/ShortURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

make short URL using Node.js,Angular.js,jade,Redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published