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.
- 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.
- Python 3.6 or higher
- Django 3.1.2 or higher
Clone this repo to your local machine using
git clone https://github.com/Mahhheshh/LenDen.git
- 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
Go to the LenDen folder and run
python manage.py runserver
Then go to the browser and enter the url localhost:8000
- 🔔 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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
LenDen is licensed under the MIT License.
made with ❤️ by Mahesh