TinyApp is a full stack web application built with Node and Express that helps you reduce any long website address to just a few characters in the click of a button.
Don't worry about the security as we have you backed up with encrypted cookies and hashed passwords!
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- Install all dependencies (using the
npm install
command). - Run the development web server using the
node express_server.js
command.