Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 486 Bytes

URL Shortener with great A/B testing feature

using NodeJs, Express, and MongoDB

Installation

  • git clone ...
  • mongo
    • use url_shortener
    • db.counters.insert({ _id: 'url_count', seq: 1 })
  • node app.js

Credit

Tutorial's code for URL shortener using NodeJs, Express, and MongoDB: here

Check out the full tutorial at coligo