Skip to content

A backend focused web application that allows users to shorten long URLs.

Notifications You must be signed in to change notification settings

jerryhuang3/tinyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A backend focused web application that allows users to shorten long URLs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published