Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 891 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 891 Bytes

TinyApp - A Lighthouse Project

This app is a URL Shortener is a service that takes a regular URL and transforms it into an encoded version, which redirects back to the original URL. For example:

https://www.lighthouselabs.cahttp://goo.gl/6alQXu

Features

List of all the generated shorten URL and you can edit the URL anytime or delete the URL. "Screenshot 1"

To create the URL simply just type the long URL into the input box and hit Submit button. "Screenshot 1"

This is the result after the URL is shorten and you can edit the URL for correction. "Screenshot 1"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcryptjs
  • cookie-session

How to use

  1. After cloning this repo.
  2. Run npm install to intall the app.
  3. Run npm start to run the app.
  4. Go to your browser and enter 'http://localhost:8080'