Skip to content

So cool that you can create, read, update and delete the restaurant lists!

Notifications You must be signed in to change notification settings

Carrot7712/FoodAdvisor_CURD

Repository files navigation

FoodAdvisor

開啟舌尖上的旅行😊

一個頁面可以增刪查改的頁面,用來學習運用mongoose操作mongoDB的基礎知識。

  • 畫面

Features - 特色功能

  1. 使用者能瀏覽全部餐廳資訊
  2. 使用者能新增一筆餐廳資訊
  3. 使用者能刪除一筆餐廳資訊
  4. 使用者能查閱一筆餐廳資訊
  5. 使用者能修改一筆餐廳資訊

Prerequisites - 環境建置與需求

  • Node.js: v10.15.0
  • Express: v4.17.1
  • Express-Handlebars: v4.0.4
  • body-parser: v1.19.0
  • mongoose: 5.9.14
  • mongoDB Community Server: 4.2.6

Installing - 安裝流程

  1. Open the terminal and clone our project
git clone https://github.com/Carrot7712/FoodAdvisor_CURD.git
  1. Access the directory
cd FoodAdvisor_CURD
  1. Intall npm
npm install 
  1. Requrie seed
npm run seed
  1. Execute the project
npm run dev
  1. You will see 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🥕

About

So cool that you can create, read, update and delete the restaurant lists!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published