Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.05 KB

File metadata and controls

46 lines (29 loc) · 1.05 KB

Introduce

This website is create by Node.js & Express.js. Users can shorten lengthy URLs here. Once a URL successfully shortened, user can use the generated short URL to access the original website. Users can retrun to the homepage by clicking the home icon. Hope you can have a great user experience!

螢幕擷取畫面 2023-10-08 005828

螢幕擷取畫面 2023-10-08 005952

Features

  • User can use the generated short URL to access the original website
  • The same URL will be shortened to the same random URL
  • Users can retrun to the homepage by clicking the home icon

Installing

1.Clone the repository

git clone https://github.com/TheyCallMeAndyBro/URL_Shortener.git

2.Move to file

cd URL_Shortener

3.Install npm packages

npm install

4.Launch the website

npm start

5.Stop

ctrl + c