Loan app for SE3910
run the following commands in the terminal from the root of the project (you must have npm installed)
cd src/main/frontend
npm install
npm run dev
To build and run the backend, either of the following steps can be followed:
Click the green arrow in Intellij and the project should build
cd F24_Avengers/
mvn clean install