Skip to content

s5819874/Restaurant-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

我的餐廳清單

一個使用 Node.js + Express 打造的喜愛餐廳收藏網站,提供使用者搜尋餐廳資料的功能。

Features - 產品功能

  1. 使用者可以瀏覽所有餐廳列表
  2. 使用者可以點擊任一餐廳,查看更多餐廳資訊,如地址、電話與描述等
  3. 使用者可以依照中文名稱、英文名稱與餐廳類別進行搜尋

Developing Environment - 開發環境

  1. Node.js: v10.15.0
  2. Express: v4.17.1
  3. Express-Handlebars: v5.2.0

Installing - 專案安裝流程

  1. 打開你的 terminal,Clone 此專案至本機電腦
git clone https://github.com/s5819874/Restaurant-List.git
  1. 開啟終端機(Terminal),進入專案的資料夾
cd Restaurant-List
  1. 安裝 npm 套件
在 Terminal 輸入 npm install 指令
  1. 啟動專案
npm run dev
  1. 當 terminal 出現以下字樣,表示伺服器已啟動並成功連結
Express is now running on http://localhost:3000

Web Home Page - 專案首頁

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published