Code Monkey home page Code Monkey logo

expense-tracker-1's Introduction

Expense Tracker

使用 Node.js + Express + express-handlebars + mongoDB 打造的生活開支記錄網頁。

Getting Started

本專案已經設定 npm script, 因此可以直接透過 npm install 與 npm run 的方式來執行。

Development environment

Package Version
mac Big Sur 11.4
VS code 1.57.1
Node.js v14.17.1
Npm 7.19.0
Nvm 0.34.0
Nodemon 2.0.7
Express 4.17.1
Express-handlebars 5.3.2
handlebars-handlebars 0.10.0
Mongoose 5.13.2
MongoDB 4.2.5
method-override 3.0.0
standard 16.0.3

Description

  • 使用者可以瀏覽全部支出 : 支出分類、支出名稱、支出日期、支出金額
  • 使用者可以點擊右方按鈕進行更多操作 : 編輯、刪除
  • 使用者可以透過類別進行支出的篩選
  • 使用者新增支出時在名稱輸入空白會進行提醒
  • 使用者點擊編輯時會自動帶入過往資訊
  • 使用者點擊刪除時會進行刪除提醒與確認

Installing

  1. 透過 https 取得此專案
$ git clone https://github.com/Kcih4518/expense-tracker.git
  1. 安裝 node module
$ cd AC-S2-3-W2-My-Restaurant-List-CRUD
$ npm install
  1. 載入 Restaurants Seeds

本專案需在 local 建立 MongoDB 並且使用預設 port 27017。

$ npm run seed
  1. 透過 npm 在 local 啟動 web server
$ npm run dev
Express is running on http://localhost:3000
  1. 透過 Browser 打開 http://localhost:3000

expense-tracker-1's People

Contributors

kcih4518 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.