TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs.
https://haoyan-urlmaster.herokuapp.com/
- Go to TinyApp, fork and clone the repo to local.
- Cd into the repository and install all dependencies (using the
npm install
command). - Set up server by
npm start
command in terminal. - In web browser (Chrome preferred) open this page
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- method-override
- nodemon