TinyApp Project

TinyApp is a full stack web application build with Node and Express that allows users to shorten long URLs (a la bit.ly). Please note VERY minimal styling is used.

Final Product

"screenshot of /urls - The main page that you has links for register/login/create shorturl/edit url " "screenshot of /urls/:shortURL - this is the page which has information on the URL and allows you to change the long URL"

Dependencies

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

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the node express_server.js command.