幹話產生器網路應用程式。
- 使用者可以在工程師、設計師、或創業家中選擇一個對象(預設三選一)
- 使用者按下【產生幹話】後,旁邊的 textbox 就會出現一句幹話
- 1.Visual Studio Code
- 2.Express 4.17.1
- 3.Node.js
- 4.BootStrap v4.3
- 5.JQuery v3.3.1
- 6.popper.js
- 7.express-handlebars 5.3.2
- 1.打開你的 terminal,Clone 此專案至本機電腦
git clone https://github.com/paulchnag0801/trashtalk-generator - 2.開啟終端機(Terminal),進入存放此專案的資料夾
cd RestaurantListA3 - 3.安裝 npm 套件
在 Terminal 輸入 npm install 指令 - 4.安裝 nodemon 套件
在 Terminal 輸入 npm install -g nodemon - 5.啟動伺服器,執行 app.js 檔案
在 Terminal 輸入 npm run dev - 6.當 terminal 出現以下字樣,表示伺服器與資料庫已啟動並成功連結
Express is listening on localhost:4000
現在,你可開啟任一瀏覽器瀏覽器輸入 'http://localhost:4000' 開始使用餐廳評價網囉!