Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 806 Bytes

File metadata and controls

24 lines (17 loc) · 806 Bytes

TinyApp Project

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 page to create a new TinyURL" "Screenshot of URLs page, specific to each user" "Screenshot of the page for a specific TinyURL"

Dependencies

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

Getting Started

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