Git Product home page Git Product logo

tbonexas / purchases4us Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chaitanya-chafale/expense-website

0.0 0.0 0.0 129 KB

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.

Shell 0.37% JavaScript 18.55% Python 43.23% CSS 2.15% HTML 35.66% Procfile 0.04%

purchases4us's Introduction

TracX

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.

Features

  • User registration and authentication
  • Add, edit and delete expenses
  • Add, edit and delete incomes
  • Categorize expenses and incomes
  • View expenses and incomes by category or date
  • View expense and income history and statistics
  • Intuitive visual graphs for expense and income categories

Technology Stack

  • Frontend: HTML/CSS, JavaScript, Bootstrap
  • Backend: Python
  • Web Framework: Django
  • Database: PostgreSQL

Getting Started

  1. Clone the repository

git clone https://github.com/chaitanya-chafale/Expense-Website.git

  1. Create a virtual environment and activate it

python -m venv env
source env/bin/activate

  1. Install dependencies mention in the pipfile

  2. Create a PostgreSQL database and add the database credentials to settings.py

  3. Run database migrations


python manage.py makemigrations
python manage.py migrate

  1. Start the development server

python manage.py runserver

  1. Open the website in your browser at http://localhost:8000

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]

Screenshots

1

Screenshot 2023-03-04 at 5 59 54 PM

Screenshot 2023-03-04 at 6 00 29 PM

Screenshot 2023-03-04 at 6 00 54 PM

Screenshot 2023-03-04 at 6 01 02 PM

Screenshot 2023-03-04 at 6 01 23 PM

Screenshot 2023-03-04 at 6 01 33 PM

purchases4us's People

Contributors

chaitanya-chafale avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.