TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs.
For individuals to use the project they need to be registered and loged in.
The complextiy of this website is over 9000, proceed with care.
- 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. - Do not use http:// before websites adress.use wwww only
- Example: www.google.com


