A full stack web app built with Node and Express that allows users to shorten long URLs, much like much like TinyURL.com and bit.ly do.
"bcrypt": "2.0.0",
"body-parser": "^1.18.3",
"cookie-session": "^2.0.0-beta.3",
"ejs": "^2.6.1",
"express": "^4.16.4",
"method-override": "^3.0.0"
- Install all dependencies using the
npm install
command. - Run the development server using the
npm start
command.