/moneyleash

Personal Expense App Ionic-AngularJS-Firebase

Primary LanguageJavaScript

Money Leash

Don't let your money run wild. Keep it on a leash!

What is Money Leash?

Money Leash is a Personal Expense App developed in Ionic/AngularJS with a Firebase backend.

Money Leash Transactions

I discovered the Ionic Framework back in April 2015 and I became addicted almost immediately. This app is a work in progress and the result of the itch I had to get out of my comfort zone and experiment with new technologies. Money Leash will stay as an open source project so your feedback/help would be greatly appreciated!

Ultimate goal? To bring it to the App Store and Google Play.

Quick Start

To install and preview this app on your phone

  • Install Ionic by following the Getting Started instructions:
  • Create a blank starter APP
  • Replace the content in the WWW folder with the content of this GIT
  • And then preview your app as usual (browser and/or Ionic View)

Firebase Data Structure

The database structure gets built automatically from the app when you register a user for the first time. No need to manually buld the schema. But here it is to give you an idea of how the data is organized.

Money Leash Transactions

Firebase Security and Rules

The Firebase Security Rules for MoneyLeash can be found in the Gist below. A user is granted access (read/write) by house_id and the security rules have been tested to guarantee no unauthorized access is allowed. However, the rules need to be enhanced to: (1) prevent users from modifying a house_id, (2) for a newly created account, the user needs to logout and log back in for the rules to work

Live Demo

Contribute

This is a work inprogress and your feedback/help would be greatly appreciated!

Connect

License

The MIT License (MIT)

Copyright (c) 2015 - Luis Cabrera (gigocabrera.com)

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.