Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 504 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 504 Bytes

F24_Avengers - Commerce Bank

Loan app for SE3910

Running the front end

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

Running the backend

To build and run the backend, either of the following steps can be followed:

Intellij Build Steps

Click the green arrow in Intellij and the project should build

Manual Build Steps

cd F24_Avengers/
mvn clean install