TinyApp is a full stack web application that allows users to shorten long URLs (similar to bit.ly). TinyApp is built with Node and Express.
Main page without an active user
Main page with an active user
Edit Url
Registration page
Create URL
- 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. - Register as a new user.
- Start creating your own personal library of short URLs.




