Welcome to Money Manager, your digital financial assistant! Streamline personal finance easily using Django and MySQL for effective budgeting and expense tracking.

Welcome to Money Manager, a streamlined web application designed to simplify personal finance management. Built with Django and MySQL, this full-stack tool empowers users with effective budgeting and expense-tracking capabilities, providing a comprehensive view of financial health.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Install Python 3.7 or above
π Step 1 - Download the code from the GH repository (using
GIT):git clone https://github.com/prathmeshsoni/Money-Management.git && cd Money-Management
π Step 2 - Create virtual environment:
python -m venv .venv
π Step 3 - Activating the environment:
on Windows:
.venv\Scripts\activate.bat
on Mac OS / Linux:
source .venv\Scripts\activate
π Step 4 - Installing dependencies:
pip install -r requirements.txt
π Step 5 - Go
config.py
Go to the config.py file in the Money-Management folder (/wallet/config.py) setting all requirements after β=β.
email = ''
password = ''
π Step 6 - You can now run the development server:
python manage.py runserver
Visit http://127.0.0.1:8000 in your browser. The app should be up & running.
Visit our Screenshots Page for a visual walkthrough of the Money Manager Website.
Demo Video π:
https://github.com/prathmeshsoni/Money-Management/assets/78293392/36d7c633-c1f5-4a1d-8e54-15736b647b1d
The repository is a starting point for most of my professional projects; for this, Iβm using it as a part of my portfolio, feel free to use it wherever you want. Iβll be happy if you provide any feedback code improvements or suggestions.
π« How to reach me: connect.prathmeshsoni@gmail.com
Money Manager - Provided by Prathmesh Soni