Skip to content

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

Notifications You must be signed in to change notification settings

punit3299/loan-application-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages