練習登入功能的簡易專案,可透過預設的帳號密碼登入。
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
- 藉由 git clone 將專案下載至本地
git clone https://github.com/zeqas/password-checking-practice.git
- 進入專案資料夾
cd password-checking-practice
- 安裝套件
npm install
- 加入種子資料
npm run seed
- 啟動網頁伺服器
npm run dev
- 出現下列訊息,表示啟動成功,可點選連結開啟網頁
app is running on http://localhost:3000/login