Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1003 Bytes

File metadata and controls

26 lines (19 loc) · 1003 Bytes

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

"screenshot of register page" "screenshot of login page" "screenshot of my URLs page" "screenshot of create new URL page" "screenshot of edit URL 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.
  • Run npm start command to start the project.
  • Run npm run test command for testing.