Skip to content

prtm/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker

Expense Tracker

Expense Manager is simple, stable and feature-rich web app that is designed for manage your daily bills.

Features

  • Open Source
  • Powered by Django, Bootstrap
  • Filtering by name, price
  • Sorting by Date, Image Availability
  • Total Expense Monthly with budget feature

Table of Contents

  1. ScreenShots
  2. Installation

Screenshots

Login Page

Register Page

Dashboard Page

Expense List Page

Installation

  1. Python3 required
  2. Pipenv required
    pip3 install pipenv
  1. Install all dependencies for this project
    pipenv install
  1. add secrets.json
    cp docs/extras/secrets_example.json secrets.json
  1. add local.py
    cp docs/extras/local_example.py website/settings/local.py
  1. python manage.py createsuperuser
  2. login with admin credentials at
 /admin/
  1. create group expense_manger
  2. add permissions for expense_manger app

Suggestions

Open to any suggestions and help provided.

About

Personal Expense Tracker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published