/tinyApp

Primary LanguageJavaScript

TinyApp Project

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

The Final Product

Turn long URLs into a short 6-character string! "Image of the main URLs page"

Use those shortened strings to visit your website! "Image of how to use the shortened URLs"

Dependencies

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

Getting Started

  • Install and run all dependencies (using the npm install command).
  • Run the development web server using the node express_server.js command.