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
Must download and install Node
Must install the following NPM packages:
- to install express run the following code in your terminal:
npm i express
- to install mongoose run the following code in your terminal:
npm i mongoose
- to install morgan run the following code in your terminal:
npm i morgan
- to install path run the following code in your terminal:
npm i path
- to install compression run the following code in your terminal:
npm i compression
- to install lite-server run the following code in your terminal:
npm i lite-server
- to install compression run the following code in your terminal:
User-Flow
- Using the server.js as a an entry point run
npm start
on the terminal to start the application. From there, the user is than shown there last workout and can either continue it or make a new one.
MIT Copyright (c) 2020 Jose Ulices Perez Jr.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Jose Ulices Perez Jr.
GitHub: https://github.com/JOCECODE
Email: jocecode27@gmail.com
Feel free to email the team with any questions with the application or troubleshooting. Provide your name and or contact info and we will get back to you ASAP.