Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.06 KB

TinyApp Project

TinyApp is a full stack web application built with Node and Express that allows users to shorten full URLS (similar to bit.ly).

Final Product

"The login page for users. Only users can create shorten URLS."

The login page for users. Only users can create shorten URLS.

"The homepage showing a table of shortened URLs as well as the original with "Edit" and "Delete" options."

The homepage showing a table of shortened URLs as well as the original with "Edit" and "Delete" options.

"The page to change where a shortened URL maps to." The page to change where a shortened URL maps to.

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.