Loan Management System
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
EZloans is a full-stack loan management system that creates a comprehensive platform to efficiently manage the loan lifecycle. This project features dual interfaces: an intuitive Admin Dashboard for loan officers and administrators and a User Interface that simplifies the loan application and management process for borrowers.
To run the project in your local system, follow the given steps
- npm
npm install npm@latest -g
- IDE for Java development (IntelliJ/Eclipse/Any other IDE)
- HeidiSQL with MariaDB
- Clone the repo
git clone https://github.com/TalionSlade/ezloans.git
- Install NPM packages
cd Ezloans-react npm install
- Enter MariaDB details in
Ezloans-spring/src/main/resources/application.properties
spring.datasource.username = <Your username> spring.datasource.password = <Your password>
- Start your Spring Boot Server through IDE
- Start your ReactJS Server through CLI
cd Ezloans-react npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
- Anubhav Rajput
- Arpan Ghosh
- Davy Sharma
- Sashrika Surya
- Vardhah Anees