Skip to content

S4chan/Restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

我的餐廳清單1.0

一個使用Node.js與Express框架製作的餐廳清單網站,使用者能查看或搜尋餐廳的相關資訊

產品功能

  • 使用者可以在首頁看到所有餐廳與它們的簡單資料:
    • 餐廳照片
    • 餐廳名稱
    • 餐廳分類
    • 餐廳評分
  • 使用者可以再點進去看餐廳的詳細資訊:
    • 類別
    • 地址
    • 電話
    • 描述
    • 圖片
  • 使用者可以透過搜尋餐廳名稱來找到特定的餐廳
  • 使用者可以透過搜尋餐廳類別來找到特定的餐廳

安裝

1.打開你的 terminal,Clone 此專案至本機電腦

git clone https://github.com/S4chan/Restaurant.git

2.進入專案資料夾

cd Restaurant

3.安裝所需的套件

npm install
npm install -g nodemon

4.執行程式

npm run dev

終端顯示 express server is running on http://localhost:3000 即啟動完成,請至http://localhost:3000 開始使用程式

專案示意

餐廳圖片 餐廳圖片

Contributor

S4chan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published