Skip to content

elviawu/restaurant_list

Repository files navigation

我的餐廳清單

markdown

介紹

紀錄屬於自己的餐廳清單,可以瀏覽餐廳、利用關鍵字查詢餐廳。

Features功能

• 查看所有餐廳 • 進一步點擊餐廳瀏覽詳細資訊 • 依照餐廳名稱或類別搜尋特定餐廳

Environment Setup 環境建置

  1. Node.js “^14.16.0”
  2. Express “^4.16.4”
  3. Express-handlebars “^3.0.0”

Install安裝與使用

  1. 將專案 clone 到本地,打開終端機將專案複製到本機電腦
git clone https://github.com/elviwu/restaurant_list.git
  1. 透過終端機進入此專案資料夾,輸入:
cd A1_restaurant_list
  1. 安裝nmp套件,輸入:
npm install
  1. 安裝nodemon(如果已經有可跳過):
npm install -g nodemon
  1. 啟動伺服器(使用nodemon開啟專案),輸入:
npm run dev
  1. 若看見此行訊息則代表順利運行,打開瀏覽器進入到以下網址
The server is running on http://localhost:3000
  1. 若欲暫停使用
ctrl + c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published