Skip to content

Gino-Hsu/restaurant_list_CRUD

Repository files navigation

restaurant_list_CRUD

介紹

此網站可以瀏覽餐廳、查看詳細資訊、連結地址至 GoogleMap 。

功能

  • 查看所有餐廳
  • 瀏覽餐廳的詳細資訊
  • 連結餐廳的地址到 Google 地圖
  • 搜尋特定餐廳

開始使用

開發工具

  • Node.js v16.16.0
  • Express v4.18.1
  • Expredd-handlebars v3.0.0
  • Bootstrap v4.3.1
  • mongoose v5.9.7

使用指南

  1. 請先確認本地環境已安裝 Node.js 與 npm 。

  2. 將專案 clone 至本地,至終端機輸入:

    git clone https://github.com/Gino-Hsu/restaurant_list_CRUD.git
    
  3. 透過終端機進入資料夾位置,輸入:

    npm install
    
  4. 安裝完成後,輸入:

    npm run dev
    
  5. 在終端機看見以下資訊,表示專案成功在本地運行了。

    Express is listening on http://localhost:3000
    
  6. 打開瀏覽器,輸入 "http://localhost:3000" ,即可瀏覽此專案。

  7. 停止使用,至終端機:

    ctrl + c
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published