Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.26 KB

README.md

File metadata and controls

67 lines (42 loc) · 1.26 KB

FoodAdvisor

開啟舌尖上的旅行😊

World's Smallest Restaurent Site built by Node.js and Express.

Features - 特色功能

  1. 使用者能在首頁一目了然餐廳名稱、類型、評分
  2. 使用者能於搜尋欄輸入餐廳名稱或類別進行篩選
  3. 使用者能點擊照片了解各餐廳地址、電話及特色
  4. 使用者能盡情伸縮畫面因為我們有響應式設計讚

Prerequisites - 環境建置與需求

  • Node.js: v10.15.0
  • Express: v4.17.1
  • Express-Handlebars: v4.0.4
  • Nodemon: v2.0.3

Installing - 安裝流程

  1. Open the terminal and clone our project
git clone https://github.com/Carrot7712/FoodAdvisor.git
  1. Access the directory
cd FoodAdvisor
  1. Intall npm
npm install 
  1. Intall nodemon
npm install nodemon
  1. Run the project
npm run dev
  1. You will see the following information in your terminal if things go successfully.
 Express is listening on localhost:3000

Now, open the Chrome browser and go to http://localhost:3000 to check some amazing restaurants!

Contributor - 開發人員

Serena Tseng🥕