TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs.
- Screenshot of URLs page before log in.

- Screenshot of the Registration Page.

- Screenshot of after Registeration.

- Screenshot of adding new URL.

- Screenshot of page after adding URLs, Note only users can edit and delete their own urls.

- Screenshot of page after log out. Users can still see the tinyURLs.

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