Expense Manager is simple, stable and feature-rich web app that is designed for manage your daily bills.
- Open Source
- Powered by Django, Bootstrap
- Filtering by name, price
- Sorting by Date, Image Availability
- Total Expense Monthly with budget feature
pip3 install pipenv
- Install all dependencies for this project
pipenv install
- add secrets.json
cp docs/extras/secrets_example.json secrets.json
- add local.py
cp docs/extras/local_example.py website/settings/local.py
- python manage.py createsuperuser
- login with admin credentials at
/admin/
- create group expense_manger
- add permissions for expense_manger app
Open to any suggestions and help provided.