Skip to content

coderj001/MoneyTracker

Repository files navigation

MoneyTracker (Django)

Is an open-source django web app that allows you to track your income and expenses, with simple and beautiful charts and graph.

Motivation

I have have created this project for to increase my efficacy with django and to get my hand-on chart js.

Status (On Going)

Project is still under development.

Screenshots

screenshots 1 screenshots 2

Tech/framework used

  1. Django
  2. Chart js
  3. Docker

Features

Features are pretty basic curd operation (add, delete and update). You can store all the expense and income, and also can edit later. Their also feature of chats which dataset of all category and source of expense and income. You can also export expense and income data in csv, excel and pdf format. Further improvement will be made in future.

Installation

  1. For Production
pip install -r requriments.txt
python MoneyTracker/manage.py runserver
  1. For Development
pip install -r requriments.txt
pip install -r requriments-dev.txt
python MoneyTracker/manage.py runserver

About

A open-source django web app to keep track of your money.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published