Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.28 KB

Expenses

Overview

  • This is a test app.

  • A simple app in node.js to enter our daily expenses details between our friends and see the cumulative status of the expenses we made.

  • For example if you are a group of friends staying in a shared room. You can use this app to enter your daily expense details, which inturn will show you the overall expense details in a sortable/searchable table and it will also give you a overview status of the expenses you made for example. How much each one of you spent, how much the share for each, how much each one needs to give or get from others etc.

  • In this app am using mongodb to store all the data.

  • This is a simple test app which I developed to learn nodejs and mongodb.

  • If any one interested can give me some feedback to improve this.

To Run this app

  • Clone this app to your local machine

  • cd to the project: cd Expenses

  • Install dependencies: npm install

  • To run this app use node command: node app.js

To use this app you need to install

  • node.js latest version
  • mongodb latest version

Note:

  • Directory db and files push.sh, pull.sh, run.sh is for my personel use, Delete these files/folders once you cloned. db contains my data.

Thankyou