Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant List ( AC 2-3 A1 )

image

About - 介紹

這是使用 Node.js + Express 來架構一個簡單的餐廳搜索網站。

Features

  1. 可以列表式瀏覽餐廳,查看餐廳簡介
  2. 可以依餐廳名稱、分類使用關鍵字來搜尋
  3. 可以查看餐廳的詳細資訊,地址、電話...等等資訊

Prerequisites

  • Node.js
  • Express @4.16.4
  • Express-handlebars @3.0.0
  • Bootstrap @5.1.3

Installation and Execution

1.開啟Terminal, Clone此專案至本機:

git clone https://github.com/muco0521/AC-restaurant-list.git

2.進入存放此專案的資料夾

cd AC-restaurant-list

3.安裝 express

npm i express@4.16.4

4.安裝 handlebars

npm i express-handlebars@3.0.0

5.安裝nodemon

npm install -g nodemon

6.啟動伺服器

npm run dev 

7.當 terminal 出現以下字樣,表示伺服器已啟動

Express is running on http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages