https://github.com/prathmeshsoni/money-management
πΌπ° Money Manager: Simplify your personal finance management with this optimized application for daily expense tracking.
https://github.com/prathmeshsoni/money-management
expense-management expense-tracker expense-tracking income-and-expenses income-tracking money-management money-manager money-tracker
Last synced: 6 months ago
JSON representation
πΌπ° Money Manager: Simplify your personal finance management with this optimized application for daily expense tracking.
- Host: GitHub
- URL: https://github.com/prathmeshsoni/money-management
- Owner: prathmeshsoni
- Created: 2023-07-16T18:23:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T12:28:52.000Z (12 months ago)
- Last Synced: 2024-05-06T14:09:06.447Z (12 months ago)
- Topics: expense-management, expense-tracker, expense-tracking, income-and-expenses, income-tracking, money-management, money-manager, money-tracker
- Language: Python
- Homepage: https://money-managerapp.vercel.app
- Size: 125 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Money Manager
Welcome to Money Manager, your digital financial assistant! Streamline personal finance easily using Django and MySQL for effective budgeting and expense tracking.
# Live Demo π:
## Table Of Contents :
* [About the Project](#About-The-Project)
* [Technologies Used](#technologies-used)
* [Features](#Features)
* [Getting Started](#Getting-Started)
* [Prerequisites](#Prerequisites)
* [Installation](#installation)
* [Credentials](#Default-Credentials)
* [Screenshots, Demo Video](#Screenshots)
* [Connect Me](#Connect-with-me-at)## About The Project

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.
## Technologies Used
- Backend: Python with Django framework
- Frontend: HTML, CSS, Bootstrap for a responsive and visually appealing interface
- Interactivity: JavaScript, jQuery, AJAX for seamless user experience
- Database: MySQL for data management## Features
- User-Friendly Interface: Designed for simplicity and ease of use.
- Comprehensive Financial Management: Budget creation, expense tracking, and financial reporting in one place.
- Real-Time Insights: Instantly analyze and understand spending habits.## Getting Started
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.### Prerequisites
Install Python 3.7 or above
* Python
### Installation
> π **Step 1** - Download the code from the GH repository (using `GIT`):
```bash
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:
```bash
.venv\Scripts\activate.bat
```
on Mac OS / Linux:
```bash
source .venv\Scripts\activate
```
> π **Step 4** - Installing dependencies:
```bash
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:
```bash
python manage.py runserver
```Visit [`http://127.0.0.1:8000`](http://localhost:8000) in your browser. The app should be up & running.
## Default Credentials
- **User Credentials:**
- Username: admin
- Password: admin@123## Screenshots
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.
## Connect with me at
π« How to reach me: [email protected]## All Set :)
---
**Money Manager** - Provided by **Prathmesh Soni**