TinyApp is a full stack web development built with Node and Express. Allows users to login, create tiny URLS from a web address, and use it to redirect.
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- morgan
- install all dependancies ( using:
npm install) - run the webserver using
npm start
Login: user@example.com Pass: 123
Login: user2@example.com Pass: 456





