Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

家庭記帳本

紀錄支出紀錄, 附有帳號機制, 可以紀錄自已的花費.
DEMO

功能列表

  • 帳號密碼登入
  • 雜湊加密密碼
  • 新增、刪除、修改支出項目
  • 以類別檢視支出項目

需求

  • Node.js & npm
  • port 3000
  • MongoDB

安裝

1.在本地目錄 clone repo 或 download

git clone https://github.com/herojia2021/expense-tracker.git

2.安裝相依套件

cd expense-tracker
npm install

3.設定環境變數

將.env.example 更名為 .env

4.匯入種子資料

npm run seed

5.開啟程式

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

運行截圖

首頁

其它說明

  • 使用下載版本 BootStrap 4.x
  • 清除種子資料
npm run clearDB

About

都完成了,額外實作: [使用套件實作id欄位] [撰寫handlebars helper] [撰寫cleardb方便atlas上資料重置]

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages