Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 860 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 860 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 URLs page"

"Screenshot of register page"

"Screenshot of login page"

"Screenshot of create short url page"

Dependencies

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

Getting Started

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