eugeneratkevich / Django-Wallet

Web application for managing cash balance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-Wallet

Web application for managing and analyzing cash balance.

Django-Wallet

Web application for managing cash balance. Analyzing income and expenses with responsive graph

Overview

Django-Wallet is the final project for Harvard CS50's Introduction to Computer Science course. The project specifications are listed here. And the demonstration.

Getting Started

These instruction will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Starting server

To start the server on your local machine, first go to manage.py directory in your app and run the following commands:

$ python3 manage.py runserver

You’ll see the following output on the command line:

Performing system checks...

System check identified no issues (0 silenced).

You have unapplied migrations; your app may not work properly until they are applied.
Run 'python manage.py migrate' to apply them.

January 1, 2021 - 5:50:53
Django version 3.1, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Architecture

Frontend

Backend

Databases

Author

  • Ido Widya Yudhatama - Initial work

Bug Reports and Improvements

If you experience any bugs or anything that can be improved, please feel free to open an issue here or simply contact me through any of the links below. Thank you in advance!

About

Web application for managing cash balance


Languages

Language:HTML 51.3%Language:Python 25.9%Language:JavaScript 18.4%Language:CSS 4.5%