Skip to content

zeqas/password-checking-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

簡易登入練習


練習登入功能的簡易專案,可透過預設的帳號密碼登入。


預設帳號組

email: [email protected]
password: iamironman

email: [email protected]
password: icandothisallday

email: [email protected]
password: enajyram

email: [email protected]
password: *parol#@$!

email: [email protected]
password: password

建置環境


  • node.js : ^10.15.0
  • express: ^4.17.1
  • express-handlebars: ^5.3.2
  • mongoose: ^5.13.2

安裝流程


  1. 藉由 git clone 將專案下載至本地
git clone https://github.com/zeqas/password-checking-practice.git
  1. 進入專案資料夾
cd password-checking-practice
  1. 安裝套件
npm install
  1. 加入種子資料
npm run seed
  1. 啟動網頁伺服器
npm run dev
  1. 出現下列訊息,表示啟動成功,可點選連結開啟網頁

app is running on http://localhost:3000/login

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published