Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 740 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 740 Bytes

TinyApp Project

TinyApp is web application built with Node and Express that allows users to shorten long URLs Comments about my app below.

"Great app 10/10 would use it again" -Mom

"It really makes you feel like you're making those long URLs short" -Some guy on the street

Final Product

"screenshot of URLs page" "screenshot of Edit page"

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 node express_server.js command.