Money lending application with Django framework. Only Django Framework and HTMX plugin are used for Ajax validation and Ajax logout.
- 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
- Bank Statement Added
- Crud Functionality Added
- Add Balance Feature to Profile
- Some Bug Fixes
Install my-project with pip
Clone the project
git clone https://github.com/tajbinkhan/loan-app.gitGo to the project directory
cd loan-appIn the command panel, run this command.
pip install -r requirements.txtAfter successful installation, you need to start the migration to create tables in the database.
python manage.py makemigrations
python manage.py migrateAfter migration, start the server by running this command.
python manage.py runserverhttps://loanapp.pythonanywhere.com/
Client: HTMX, JavaScript, BootStrap 4
Server: Django, Python




