TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- method-override
- Install all dependencies (using the
npm install
command). - Rund the development web server using the
node express_server.js
command.
This app comes with some dummy values entered into the URLs database and some dummy users.
and 2 dummy users:
User 1:
- email: first@gmail.com
- password: first
User 2:
- email: second@gmail.com
- password: second