TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly).
This is the MyURLs page, which is the main page a logged in user sees. It contains urls created by the user in the current account; user can click to edit or delete urls.

This is the edit page, users can replace long urls in account with different urls. It also shows the newly generated short URL link for redirecting purpose.

- Node.js
- Express
- EJS
- bcryptjs
- body-parser
- cookie-session
- method-override
- Install all dependencies (using the
npm installcommand). - Run the development web server using the
node express_server.jscommand.


