Ever wanted to share a URL with friends, family, or coworkers, but the link was simply too long to do so? That's where TinyApp comes in!
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
- Morgan
- Install all dependencies (using the
npm installcommand). - Run the development web server using the
node express_server.jscommand.
- Visit localhost:8080/register
- Provide a valid email and password to create your account.
- You will be automatically logged in and redirected to your URL index page.
- Select "Create New URL" in the navigation bar found in the app header.
- Fill out the form with a valid URL and click submit to shorten.
- Share the shortened URL with friends, family, coworkers, or whoever!
- Select My URLs in the navigation bar to see your list of shortened URLs.


