An open API service indexing awesome lists of open source software.

https://github.com/coderj001/moneytracker

A open-source django web app to keep track of your money.
https://github.com/coderj001/moneytracker

chart-js django docker

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://i.imgur.com/JvOOQtY.png)
![screenshots 2](https://i.imgur.com/43HtniQ.png)

## 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

```bash
pip install -r requriments.txt
python MoneyTracker/manage.py runserver
```
2. For Development

```bash
pip install -r requriments.txt
pip install -r requriments-dev.txt
python MoneyTracker/manage.py runserver
```