A full stack web app built with Node and Express that allows users to shorten long URLs (à la bit.ly).
- Node.js
- Express
- EJS
- Nodeman
- bcryptjs
- cookie-session
- Install all the dependencies using "npm install"
- "npm start" the project, your server will be live
- Go to your browser and paste this url "http://localhost:8080/urls"
- Note: if you change the port in your code, you'll have to change it in the url as well
- Now you can create an account by clicking on the 'Register' Button in the header
- Once your account is created you can create as many short urls as you like!




