Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.09 KB

File metadata and controls

53 lines (35 loc) · 1.09 KB

TinyApp Project

TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly).

Final Product

  • Login page "Login page"

  • My URLS page showing your unique TinyURLs "My URLS page showing your unique TinyURLs"

  • You can even edit your stored links! "You can even edit your stored links!"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcrypt
  • body-parser
  • cookie-session

Getting Started

  • Install all dependencies:
npm install
  • Run the development web server:
npm start
  • Run TinyApp on your browser:
http://localhost:8080/

Known Bugs

  • All known bugs are squished as of 2021-02-18!

Upcoming Features:

  • 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.