Skip to content

thierrydelbart/ab-testing-url-shortener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

URL shortener for easy A/B testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.5%
  • JavaScript 42.1%
  • CSS 7.4%