Skip to content

elviawu/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

短網址產生器

markdown

介紹

將網址縮短成短網址

Features功能

• 將網址縮短成短網址 • 按鈕複製短網址 • 可直接從短網址連到原網址網站

Environment Setup 環境建置

  1. Node.js 14.16.0
  2. Express 4.18.2
  3. Express-handlebars 3.0.0
  4. Body-parser 1.20.2
  5. dotenv 16.0.3
  6. mongoose 7.0.3

Install安裝與使用

  1. 確認安裝Node.js和npm之後,將專案 clone 到本地
git clone https://github.com/elviawu/URL-Shortener.git
  1. 透過終端機進入此專案資料夾,輸入:
npm install
  1. 安裝完畢後,輸入:
npm run start
  1. 若看見此行訊息則代表順利運行,打開瀏覽器進入到以下網址
The server is running on http://localhost:3000
  1. 若欲暫停使用
ctrl + c

About

A web app for shorten URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors