TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs similar to bitly.com.
- Node.js
- Express
- EJS
- bcryptjs
- body-parser
- cookie-session
- Install all dependencies (using the
npm installcommand). - Run the development web server using the
node express_server.jscommand. - Install and visit http://localhost:8080/register to register and explore more.




