Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password_generator

  • 這是一個用來產生隨機亂數的工具,常用於密碼生成。
  • 可自由選擇密碼長度,並且決定是否要包含大寫英文字母、小寫英文字母和特殊符號,以及是否要排除指定元素。

安裝(Installation)

  1. 請先確認有安裝 node.js 與 npm

  2. 打開終端機,clone 此專案至本地

git clone 
git remote add origin https://github.com/yanyanyaa/password_generator.git
  1. 在終端機上安裝 Express
npm install express@4.18.2
  1. 在終端機上安裝 Express-Handlebars
npm i express-handlebars@3.0.0
  1. 在終端機上啟動伺服器
npm run dev
  1. 當終端機出現以下字樣,表示伺服器已成功啟動
Express is listening on localhost:3000

開發工具

  • Node.js 14.16.0
  • Express 4.18.2
  • Express-Handlebars 3.0.0
  • Bootstrap 5.1.3
  • Font-awesome 5.6.3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages