Skip to content

LenDen is a Django app designed to help users manage their finances by keeping track of their lending and borrowing activities. With LenDen, users can easily record all of their transactions, including loans given or received, repayments, and outstanding balances

License

Notifications You must be signed in to change notification settings

Mahhheshh/LenDen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LenDen

banner python version GitHub GitHub repo views build

Table of Contents

About

LenDen is a Django app designed to help users manage their finances by keeping track of their lending and borrowing activities. With LenDen, users can easily record all of their transactions, including loans given or received, repayments, and outstanding balances.

Features

  • Record loans, repayments, and outstanding balances.
  • View an overview of your cash flow.
  • Monitor your loans.
  • Search and filter transactions by date range, category, or other criteria.

Installation

prerequisites

  • Python 3.6 or higher
  • Django 3.1.2 or higher

Clone

Clone this repo to your local machine using

git clone https://github.com/Mahhheshh/LenDen.git

Setup

  • Create a virtual environment
cd LenDen
pip install pipenv
pipenv shell
  • Install the requirements
pip install -r requirements.txt
  • run the migrations
python manage.py migrate

Usage

Go to the LenDen folder and run

python manage.py runserver

Then go to the browser and enter the url localhost:8000

Todo

  • 🔔 Add in-app notifications feature for new transactions
  • 💸 Allow lenders to request money back from borrowers
  • 📊 Create a dashboard to display a summary of the user's finances
  • 🛠️ Improve the HTML structure of the web app

Preview

Signup signup

Login login

Dashboard dashboard

Transactions Transactions

Add Loans add-loans

Make Payment Request make-pay_request

Manage Payment Requests manage-request

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

LenDen is licensed under the MIT License.

made with ❤️ by Mahesh

About

LenDen is a Django app designed to help users manage their finances by keeping track of their lending and borrowing activities. With LenDen, users can easily record all of their transactions, including loans given or received, repayments, and outstanding balances

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published