/tinnyapp

A full stack web app built with Node and Express that allows users to shorten long URLs.

Primary LanguageJavaScript


Logo

TinyApp

An application that allows you to shorten and store your urls.
Explore the docs »

Table of Contents
  1. About TinyApp
  2. Getting Started

About TinyApp

"Screenshot of URLS page"

"Screenshot of urls/show page"

TinyApp was built to give you the power to keep your URLs short and succinct. Our tool is perfect for transforming long and difficult to read URLs down to a 6 digit, alphanumeric string, allowing you to embed them in your own projects, blogs or tweets!

Built With

  • Node.js
  • Express.js
  • Express - cookie session
  • Bcrypt Password Hashing
  • Embedded Javascript Templating
  • Bootstrap componenents

(back to top)

Getting Started

Getting started with TinyApp is as easy as cloning our Github repo. to your own directory and installing the node dependencies. Lets get started.

Installation

  1. Clone the repo.
git clone git@github.com:Ethansteip/tinnyapp.git TinyApp
  1. Install all dependencies.
npm install
  1. Run the development web server using the node express_server.js command.
node express_server.js

(back to top)

Contact

Ethan Steip

ethan.steip@gmail.com

Project Link: TinyApp - url minimizer

(back to top)