TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly).
- Node.js
- Express
- EJS
- bcryptjs
- cookie-session
- Install all dependencies (using the
npm installcommand). - Run the development web server using the
npm startcommand. - If you already have an account, you will need to login, otherwise you can register a new account by clicking the register button.


