TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly). These links can be shared with anyone you like, but only YOU have the power to edit, delete, or change them! Your personal information is encrypted and we promise not to store or share your password with anyone!
- 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.





