- First project of the lighthouse bootcamp;
- TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly);
- Allows the user to store the URLs and shorten, update and delete the URLs,
- Also the URLS pages and its functionalities are only accessible to the user that created them,
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- Install all dependencies (using the
npm installcommand). - Run the development web server using the
node express_server.jscommand




