TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs.
- Node.js
- Express version ^4.16.4
- bcrypt version 2.0.0
- body-parser version ^1.18.3
- cookie-parser version 1.4.3
- cookie-session version 2.0.0-beta.3
- ejs version ^2.6.1
- express version ^4.16.4
- method-override version ^3.0.0
- Install all dependencies (using the
npm install
command). - Run the development web server using the
node express_server.js
command.