Git Product home page Git Product logo

expense-tracker-sequelize's Introduction

expense-tracker-sequelize

一個簡單的網路記帳工具。

Installing

  1. 打開終端機

  2. 下載 expense-tracker-sequelize 資料夾 ( 下載位置會依你打開終端機的位置而定 )

$ git clone https://github.com/ariel92911/expense-tracker-sequelize.git
  1. 請在 https://developers.facebook.com/ 申請第三方登入用的金鑰

  2. 在本檔案的跟目錄新增 .env 的檔案,並輸入以下程式碼

FACEBOOK_ID = <輸入FB ID>
FACEBOOK_SECRET = <輸入FB SECRET>
FACEBOOK_CALLBACK=http://www.example.com/auth/facebook/callback 
  1. 進入 expense-tracker-sequelize 資料夾
$ cd expense-tracker-sequelize
  1. 安裝npm套件
$ npm install
  1. 至 .\expense-tracker\models\seeds 資料夾,執行以下指令,以新增種子資料
$ node seeder.js
  1. 回到根目錄,執行專案
$ npm run dev
  1. 在瀏覽器輸入以下網址以使用 expense-tracker
http://localhost:3000

Feature

  1. 可在首頁一次瀏覽所有支出的清單
  2. 可在首頁看到所有支出清單的總金額
  3. 可新增一筆支出
  4. 可編輯支出的所有屬性 (一次只能編輯一筆)
  5. 可刪除任何一筆支出 (一次只能刪除一筆)
  6. 可在首頁可以根據支出「類別」、「月份」篩選支出;總金額的計算只會包括被篩選出來的支出總和
  7. 可透過 email 跟密碼註冊與登入,並只能看到自己建立的支出(使用者必需登入才可以使用這個 app 或看到資料)
  8. 可透過 Facebook 帳號登入

expense-tracker-sequelize's People

Contributors

ariel92911 avatar

Watchers

James Cloos avatar  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.