Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 687 Bytes

File metadata and controls

31 lines (19 loc) · 687 Bytes

TinyApp Project

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

Final Product

"Login page"

"Register new user page"

"My URLs mine page"

"My URLs mine page with urls"

"Create new URL 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 npm start command.
  • Open tinyapp in a browser with localhost:8080/