url_shortener Node JS implementation of a simple URL shortener. Tech overview Pug for HTML templating Express as a webserver Adler32 hashing algorithm for generating short URLs Sqlite3 for storing shortened URLs Success example Database dump endpoint (purely for debugging purposes) Invalid URL example