- An online loan application where a user can login, signup, apply a loan, pay EMIs, and track their transactions.
- RESTful backend server developed in Spring boot enabling users to stores data persistently in a relational database.
- Integration of a third party chat system (tawk.to), Java Mail API and Swagger for API documentation.
Application Link: https://online-loan-application-e0db7.web.app/
- Java 8
- Maven
- Spring Boot
- MySQL
- Install JDK 8 and MySQL workbench in your system.
- Inside MySQL worbench, create an schema named 'loan-db'
- Run the application as Spring Boot Project.
- Application will run on the url: http://localhost:8083/