使用 node.JS 平台搭配後端 express 框架建立登入頁面
- 使用者可以進行登入驗證(帳號密碼)
- Node.JS : v10.15.0
- Express : 4.17.1
- express-handlebars : 5.3.0
- Bootstrap : 4.2.1
- 下載專案
git clone https://github.com/LettuceLu751103/login_procedure.git
- 安裝套件
cd login_procedure.git
npm install
- 啟動服務器
npm run dev
- 成功執行 當成功執行後, 終端機將會出現以下字眼...
[nodemon] starting `node app.js`
This is Server Running at http://localhost:3000
Lettuce Lu
