Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 743 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 743 Bytes

tinyApp

tinyApp is a web application built with Node and Express that allows users to shorten long URLs.

Final App

"Home Page" "URL Page With Views" "Creating URL Page"

Dependencies

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

Getting Started

  • Use npm install to install all dependencies listed above.

  • Run node express-server.js to start up the web server.

  • To deploy on Heroku, set port to var PORT = process.env.PORT || 8000