View Github Repo


Overview

TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly).

Final Product

"Screenshot of URLs Page" Screenshot of URLs Home Page

"Screenshot of URL Show Page" Screenshot of URLs Show Page

"Screenshot of URL New Page" Screenshot of Create new URL page

"Screenshot of Login Page" Screenshot of Login Page

"Screenshot of Register Page" Screenshot of Register Page

Dependencies

Development Dependencies

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the server with npm start and visit localhost:8080 in your browser.
  • Create an account to start using the app (email does not need to be valid).
  • Once registered you will be redirected to the home page to start creating shortened urls!