TinyApp Project
TinyApp is a full stack web application built with Node and Express that allows users to shorten full URLS (similar to bit.ly).
The login page for users. Only users can create shorten URLS.
The homepage showing a table of shortened URLs as well as the original with "Edit" and "Delete" options.
The page to change where a shortened URL maps to.
- 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.