Skip to content

jayskhatri/home-loan-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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