TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (like TinyURL).
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- method-override
- Each unique link page displays:
- Total visits
- Unique visits
- Dynamic table with each visitor & timestamp of when they accessed the link
- Install all dependencies (using the
npm installcommand). - Run the development web server using the
node express_server.jscommand.


