TinyApp is an application that allows users to shorten long URLs. It is a full stack web application built with Node and Express. The application is user-specific, users can register and login with their email address and the application will keep a record of the users URLs. The useres will be able to visit the original sites via the shortened links.
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- Install all dependencies (using the
npm install
command). - Run the development web server using the
node express_server.js
command.