@papoita | version 1.0.0
Full stack web application built with Node and Express that allows users to shorten long URL's as well as share and customize them.
A web application that allows registered users to shorten URLs in order to make them more managable. Shortened URL's are shareable and customisable.
This project was created and published by Paola Perez Leiva as part of my learnings at Lighthouse Labs.
Build Server that handles clients request Javascript asynchronous operations (promises and callbacks) Work with cookies and sessios securely (encrypted cookies) store passwords (encryption vs hashing) manage permissions and implement user authentication use template engines to render web pages server side
- Node
- 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.



