TinyApp is a full stack web applicaiton built with Node and Express that allows users to shorten long URL's (like bit.ly)
Any non-registered user can view and use Tiny URL links A user can login or register as a new user and make their own Tiny URL's Once the user is logged in they can edit and delete their Tiny URL's- Node.js
- Express
- EJS
- bcrypt
- body-parser -cookie-session
- Install all dependencies using the 'npm install' command
- Run the development web server using the 'node express_server.js' command