TinyApp is a full-stakc web application built with Node and Express that allows users to shorten long URLs. Useful for sharing links with friends on Twitter.
- 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.

