TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (a la bit.ly).
- 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.
Home page is on '/'.
Project fulfills basic rounting needs. It does not include analytics nor additional routing (Put/Delete) methods.
When creating new links, please ensure link is prefixed by https://www. without brackets.

