TinyURL 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
npm install
- Run the development web server
node server.js
- TinyURL allows the user to access and edit all of the URLs they have shortened
- Users can delete individual TinyURLs they have created - stopping shared TinyURLs from working.
- Users can see the number of views and unique visitors their shortened URLs have generated