tinyApp is a web application built with Node and Express that allows users to shorten long URLs.
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- method-override
-
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