Skip to content

Latest commit

 

History

History
86 lines (55 loc) · 1.79 KB

README.md

File metadata and controls

86 lines (55 loc) · 1.79 KB

Loan App With Django Framework

Money lending application with Django framework. Only Django Framework and HTMX plugin are used for Ajax validation and Ajax logout.

Screenshots

Loan App

Loan App

Loan App

Loan App

Loan App

Features

  • Loan Request Form
  • Loan Editable Security
  • Loan Can Not Be Approved Without Requested User
  • Login and Register
  • Password Reset Feature
  • Email Address Validation
  • Count of Loan Given, Taken, Approved, Requested, Rejected
  • Change Email Feature
  • Notification History Added

New Features

  • Bank Statement Added
  • Crud Functionality Added
  • Add Balance Feature to Profile
  • Some Bug Fixes

Installation

Install my-project with pip

Clone the project

git clone https://github.com/tajbinkhan/loan-app.git

Go to the project directory

cd loan-app

In the command panel, run this command.

pip install -r requirements.txt

After successful installation, you need to start the migration to create tables in the database.

python manage.py makemigrations
python manage.py migrate

After migration, start the server by running this command.

python manage.py runserver

Demo

https://loanapp.pythonanywhere.com/

Tech Stack

Client: HTMX, JavaScript, BootStrap 4

Server: Django, Python

Authors

License

MIT