TinyApp is a full stack web application build with Node and Express that allows users to shorten long URLs (similar to bit.ly).
##Dependancies
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- Install all dependancies using the
npm installcommand. - Run the development web server using the
node express_server.jscommand. - Enjoy shortening and sharing your tinyUrls.


