Loading repository data…
Loading repository data…
chaitanya-chafale / repository
This is an expense and income tracking website created using Django web framework with PostgreSQL as a database. The website allows users to track their expenses and incomes, as well as provides intuitive visual graphs for the expenses and income categories.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is an expense and income tracking website created using Django web framework with PostgreSQL as a database. The website allows users to track their expenses and incomes, as well as provides intuitive visual graphs for the expenses and income categories.
git clone https://github.com/chaitanya-chafale/Expense-Website.git
python -m venv env
source env/bin/activate
Install dependencies mention in the pipfile
Create a PostgreSQL database and add the database credentials to settings.py
Run database migrations
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Note:- The category need to be inserted manually in the expense and income db using the http://localhost:8000/admin (Login using superuser, create using the command python manage.py createsuperuser) or using the shell. [Working on Adding this in the next release]