GitXplorerGitXplorer
p

MoneyBag

public
5 stars
8 forks
16 issues

Commits

List of commits on branch master.
Verified
07c17a4f6e69b9b2656c3d638a03fe9d6cc6f5cf

Merge pull request #139 from pyprism/dependabot/pip/funcy-1.14

ppyprism committed 4 years ago
Verified
154049ff7531c47cce12f0a967bfb2c73e572c3b

Merge pull request #147 from pyprism/dependabot/pip/sqlparse-0.3.1

ppyprism committed 4 years ago
Verified
c9ff31a25b77e95d9037463480ce284db7ce5d2b

Bump funcy from 1.11 to 1.14

ddependabot-preview[bot] committed 4 years ago
Verified
ed0a6a62e0ec0771eed12ea826b09d1c7e5d41eb

Bump sqlparse from 0.2.4 to 0.3.1

ddependabot-preview[bot] committed 4 years ago
Verified
f7845a9292064f13d0d02851468330e5383a2274

Merge pull request #119 from pyprism/dependabot/pip/num2words-0.5.10

ppyprism committed 4 years ago
Verified
3002515f56521f7b557d50812a3e091a533a9829

Merge pull request #116 from pyprism/dependabot/pip/urllib3-1.24.2

ppyprism committed 4 years ago

README

The README file for this repository.

MoneyBag Build Status Coverage Status Requirements Status

💰 Manage honey in your pocket 💰

This app helps to manage finance according to Chart Of Accounts. All data stored in db encrypted. For encryption its use AES-256!

Screenshots

More Screenshots

Requirements

  • Python 3.6
  • PostgreSQL
  • Redis
  • Web Server (eg: Apache, Nginx)
  • OpenSSL Library and others

sudo apt install libssl-dev libffi-dev python3-dev

Installation

  • Download the repository and unzip into your server
  • Open and point your terminal to the directory you unzipped MoneyBag
  • Run the following commands:
    pip install -r requirements.txt
    cp config.json config.local.json
    
    
  • Now put appropriate value in config.local.json using text editor
  • then finally run
    ./manage.py migrate
    ./manage.py compress
    uwsgi --http :8000 --module proj.wsgi
    

Application is now running on port 8000

TODO

  • [ ] More unit test

Credits