Tinyapp is a full stack web application built with Node and Express that allows registered users to create their own collection of shortened URLs (à la bit.ly). This TinyApp project was written with three custom middlewares (checkUrl, checkUser and authenticate).
TinyApp Index Page TinyApp login page TinyApp User Homepage- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- Install all dependencies (using the
npm installcommand). - Run the development web server using the
node expresser_server.jscommand.


