Skip to content

allenliao0119/generate_password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

隨機產生密碼

這是一個可以提供使用者依照指定的內容,隨機組合產生密碼的網站

功能

  1. 使用者可以指定產生的密碼長度。

  2. 使用者可以指定是否要包含大寫字母、小寫字母、數字或是符號。

  3. 使用者可以指定要排除的字母、數字或是符號。

安裝

  1. 請先確認已安裝Node.js及npm(版本請見下方)

  2. 開啟終端機,cd前往要存放專案的資料夾,並執行以下指令:


git clone 

  1. 前往專案資料夾

cd generate_password

  1. 安裝套件

npm install

  1. 執行程式

npm run start

  1. 當終端機顯示以下訊息,即表示執行成功。開啟瀏覽器並輸入網址localhost:3000,即可開始使用本網站。

The Express server is running on http://localhost:3000

開發工具

  • Node.js

  • npm

  • express 4.16.4

  • express handlebars 3.0.0

  • Bootstrap

  • font awesome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors