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.
- Host: GitHub
- URL: https://github.com/coderj001/moneytracker
- Owner: coderj001
- Created: 2021-01-24T15:48:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T04:27:04.000Z (about 5 years ago)
- Last Synced: 2025-09-04T04:44:47.799Z (9 months ago)
- Topics: chart-js, django, docker
- Language: Python
- Homepage:
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


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