DanGrund / shortenEm

a url shortener and intro to node express and sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

shortenEm

A url shortener and intro to node-express and knex with postgresql

Overview

an introduction to full stack application. We built a url shortening service that takes a long url, shortens it using a trimmed md5 hash, and stores it in a database. we used jquery for the front end to remember how to build basic javascript applications without an MVC like ember or react-redux, node-express for our server, and connected the server to a postgresql db using knex.

About

a url shortener and intro to node express and sql


Languages

Language:JavaScript 73.6%Language:CSS 17.8%Language:HTML 8.6%