/loan-application-backend

Spring-based Java application containing all RESTful webservices for Online Loan Management System

Primary LanguageJava

Borrow Loan App | Online Loan Application (Backend)

  • 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/

Technologies used

  1. Java 8
  2. Maven
  3. Spring Boot
  4. MySQL

Steps to setup the application

  1. Install JDK 8 and MySQL workbench in your system.
  2. Inside MySQL worbench, create an schema named 'loan-db'
  3. Run the application as Spring Boot Project.
  4. Application will run on the url: http://localhost:8083/