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:
npm install
- Run the development web server:
npm start
- Run TinyApp on your browser:
http://localhost:8080/
- All known bugs are squished as of 2021-02-18!
- A log of when the TinyURL was created on your dashboard.
- The number of visits and unique visits for your TinyURL.
- A fancy new layout once I learn CSS.


