- Open settings of vs code search for
java.settings.url
and setup the path to vscode-java.prefs
- Clone repo
- 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 inapplication.yml
- After adding above db u should be able to run the backend
- Open
hls-vue
folder - run
yarn install
- run
yarn dev