url_shortener

URL Shortener

Intro

Shorten your URL, make your URL cuter. ;)

User Story

How to Start the project

  1. Make sure you have node.js and npm installed first.
  2. Clone the project to your localhost.
  3. Go to the folder through the terminal and type:

    npm install
    
  4. After installation, continue typing:

    npm run start
    
  5. If you see this line, it means it is running smoothly, open your browser and go to the following URL:

    Listening on http://localhost:3000
    
  6. If you want to stop it:

    ctrl + c
    

Development tools

Screenshot

index image about URL Shortener

index image about URL Shortener