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

"Register Page" "Login Page" "My URLS Page" "Add a New URL" "Editing a URL" "View Updated URLs Page"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcryptjs
  • cookie-session

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the node express_server.js command.
  • View and test app in-browser at http://localhost:8080

Testing

  • Use mocha & chai to test helper functions
  • Use nodemon to view live site updates (run in terminal with npm start command)