Despite the unsophisticated interface of this simple app, TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLS. This is not unlike the functionality provided by programs such as Bit.ly
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- install all dependencies (via "npm install" command
- Run the development web server using the "node express_server.js" command