Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

餐廳清單

餐廳書籤服務, 附有帳號機制, 可以搜集喜歡的餐廳清單

功能列表

  • 帳號密碼登入
  • Facebook 登入
  • 雜湊加密密碼
  • 新增餐廳資料
  • 刪除餐廳資料
  • 修改餐廳資料
  • 查看餐廳列表
  • 查看餐廳的詳細資料
  • 以店名查詢餐廳
  • 以類別查詢餐廳
  • 以不同排序檢視

需求

  • Node.js & npm
  • port 3000
  • MongoDB
  • Facebook Application ID、SecretID

安裝

1.在本地目錄 clone repo 或 download

git clone https://github.com/herojia2021/restaurant-list.git

2.安裝相依套件

cd restaurant-list
npm install

3.設定環境變數

.將.env.example 更名為 .env
.編輯.env, 填入 Facebook Application ID, Secret

4.匯入種子資料

npm run seed

5.開啟程式

npm run start
  • 終端顯示 Express is running on http://localhost:3000 即啟動完成,
  • 用瀏覽器開啟 http://localhost:3000 使用程式

運行截圖

首頁

其它說明

  • 使用下載版本 BootStrap 4.x

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages