Skip to content

instaply/node-url-shortener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Url Shortener

URL Shortener using NodeJS and Redis.

Using

  • Express 4.1
  • Redis

Install on dev machine

  • git clone
  • cd myproject
  • npm install
  • start with node app.js and open http://127.0.0.1:5000
  • to run tests : npm test

Languages

  • JavaScript 97.3%
  • CSS 2.7%