Skip to content

weddingjuma/MoneyBag

 
 

Repository files navigation

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

About

💰 Manage honey in your pocket 💰

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.5%
  • CSS 15.0%
  • HTML 6.0%
  • Python 5.5%