Giter VIP home page Giter VIP logo

restaurantlist's Introduction

我的餐廳清單

利用node.js打造喜愛的餐廳清單,提供餐廳列表,且能進一步查看特色內容、地址及預約電話,也可以使用搜尋功能,即刻找到你最想去的餐廳!

功能

  1. 查看所有餐廳列表
  2. 查看餐廳資料
  3. 搜尋功能
  4. 新增餐廳
  5. 編輯餐廳
  6. 刪除餐廳
  7. 排序功能
  8. 註冊登入登出
  9. facebook帳號第三方登入
  10. 擁有專屬帳號並能儲存

使用介面

alt 使用介面圖示

如何使用

  1. 開啟終端機(terminal),輸入如下將專案複製到電腦中
 git clone https://github.com/thk61159/AC-restaurantList.git
  1. 至MongoDB建立帳號並安裝MongoDB Atlas及Robo 3T MONGODB_URI=mongodb+srv://使用者帳號:使用者密碼@資料庫伺服器位置ip/你建立的資料庫名稱?retryWrites=true&w=majority
  2. 利用Robo 3T建立欲使用資料庫
  3. 進入此專案資料夾,安裝各種套件
 cd restaurantList
 npm install
  1. 建立.env檔並輸入 需要設定的參數請參照.env.example檔
  2. 新增種子資料(可省略)
npm run seed
  1. 運行我的餐廳清單
 npm run start
  1. 拜訪我的餐廳清單網頁
 http://localhost:3000/

##開發工具

  • Visual Studio Code
  • Node.js v14.16.0
  • Express.js v4.16.4
  • Express-handlebars v6.0.6
  • MongoDB
  • mongoose v5.9.7
  • method-override v3.0.0
  • passport

##參考

restaurantlist's People

Contributors

thk61159 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.