Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1 KB

README.md

File metadata and controls

29 lines (20 loc) · 1 KB

TinyApp Project

TinyApp is a dope full stack web application built with Node and Express

Register an account or login, and create a custom tinyURL for any link on the internet

Final Product

"Screenshot of URLs page" "Screenshot of Login page" "Screenshot of Register page" "Screenshot of Edit page" "Screenshot of Add URL page"

Dependencies

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

Getting Started

  • Install all dependencies (using 'npm install' command)
  • Run the development web server with 'node express_server.js' command
  • Enter the localhost address given in the command line after running server into browser