/home-loan-system

Home Loan Management System

Primary LanguageVue

Home Loan System

  • Open settings of vs code search for java.settings.url and setup the path to vscode-java.prefs

Setting up project

  • Clone repo

backend

  • Open home-loan-system folder for backend
  • Add hls database in your local mysql to successfully run this backend (you can change name of db in application.yml
  • After adding above db u should be able to run the backend

frontend

  • Open hls-vue folder
  • run yarn install
  • run yarn dev