Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 334 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 334 Bytes

URL Shortener

This repo contains a functional URL shortener designed as a single page app. It's built using Backbone.js on the client with a Node/Express-based server. The server uses the Bookshelf.js ORM and EJS for templates.

It uses SQLite, a self-contained, serverless, zero-configuration, transactional SQL database engine.