TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs.
It allows users to create, edit, access shorter urls of any urls. Users can also share generated urls to other people.
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- method-override
- Install all dependencies (using the
npm install
command). - Run the development web server using the
node express_server.js
command. - Start creating short urls!