TinyApp is a web application that allows users to create short URLs for the long URLs they have. It makes it easier to share those URLs into limited-character social media posts.
TinyApp is a full stack web application built with Node and Express.
- Node.js
- Express
- EJS
- bcryptjs
- body-parser
- cookie-session
- Install all dependencies (using the
npm install
command). - Run the web server using the
node express_server.js
command.