Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 838 Bytes

File metadata and controls

26 lines (17 loc) · 838 Bytes

tiny.app

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

Final Product

"URL page when user is logged in"

"user logged in, and try to edit the URL"

"create TinyURL (user logged in)"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcrypt
  • cookie-session

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the node express_server.js command.
  • Register as a new user.
  • Start creating your own personal library of short URLs.