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
- bcrypt
- body-parser
- cookie-session
- Install all dependencies (using the
npm installcommand). - Run the development web server using the
node express_server.jscommand.
- If you haven't already, be sure to register using a proper e-mail adress and password. (You technically can use any length password)
- After registering you should be logged in to the site! (If not click the login button and enter your informtation)
- You can now start adding your own urls!
- Upon sharing the short URL you may need to shorten the link from "/urls/shorturl" to /u/shorturl.
- You can access the shortURL page by clicking on the edit button on the My URLs page.
- You can now delete and edit your stored URLs!
- Shrink and share links to your hearts content!



