TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs. You can login to create and view your shortened links, and have the functionality to edit or delete them.
- 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. - You can start the project with the command "npm start"

