TinyApp Project
TinyApp is a full stack application built with Node and Express that allow users to shorten long URLs.
Final Product
Dependencies
- Node.js
- Express
- bcrypt
- body-parser
- cookie-session (installed globally)
- ejs
- express
- method-override
- nodemon
Getting Started
- Install all dependencies (using the ‘npm install’ command).
- Run the development web server using the ‘node express_server.js’ command.