/tinyapp

Primary LanguageEJS

TinyApp Project

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

This version was written by Dan Pappo, as part of his studies in the Lighthouse Labs Web Development Bootcamp, with ❤️.

Final Product

"Look ma', I'm logging in!" "Here, is where you begin the magic trick of shortening your URL" "Need to make changes? No problem" "Save your URLs here, and keep em' until we restart the server"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcrypt
  • body-parser
  • cookie-session

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the npm start command.