Tiny App is a full stack web application built with Node and Express that allows users to shorten long URLs (à lab bit.ly).
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command in both the root folder as well as the "server" folder. - Start the web server using the using the
node express_server.js
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.