Budget-Tracker
License
Description
This app is designed to keep track of personal finances. The user will be able to add expenses and deposits to their budget with or without a connection. When entering transactions offline, they should populate the total when brought back online.
AS AN avid traveller I WANT to be able to track my withdrawals and deposits with or without a data/internet connection SO THAT my account balance is accurate when I am traveling
Screenshots
Table of contents
Installation
In the command line, run:
- require node.js
- npm init -y
- npm install morgan
- npm install express
- npm install mongoose
- npm install compression
Usage
Offline Functionality:
- Enter deposits offline
- Enter expenses offline
When brought back online:
- Offline entries should be added to tracker.
Link
Contributors
Please contribute to this code.
Technology
- Javascript
- Node.js
- MongoDB & Mongoose
- Express API
- Morgan API
- Compression API